AddInterfaceSpecificationVersionToComponentVersionInput
Input for the addInterfaceSpecificationVersionToComponentVersion mutation
input AddInterfaceSpecificationVersionToComponentVersionInput {
componentVersion: ID!
interfaceSpecificationVersion: ID!
invisible: Boolean!
visible: Boolean!
}
Fields
AddInterfaceSpecificationVersionToComponentVersionInput.componentVersion
● ID!
non-null scalar
The id of the ComponentVersion to add the InterfaceSpecificationVersion to.
AddInterfaceSpecificationVersionToComponentVersionInput.interfaceSpecificationVersion
● ID!
non-null scalar
The id of the InterfaceSpecificationVersion to add. Must be part of the same Component as
componentVersion
AddInterfaceSpecificationVersionToComponentVersionInput.invisible
● Boolean!
non-null scalar
If
true
, the InterfaceSpecificationVersion is added invisible
AddInterfaceSpecificationVersionToComponentVersionInput.visible
● Boolean!
non-null scalar
If
true
, the InterfaceSpecificationVersion is added visible