Skip to content

AddInterfaceSpecificationVersionToComponentVersionInput ​

Input for the addInterfaceSpecificationVersionToComponentVersion mutation

graphql
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

Member Of ​

addInterfaceSpecificationVersionToComponentVersion mutation

Released under the MIT License.