Skip to content

IntraComponentDependencyParticipantInput

Input to create a IntraComponentDependencyParticipant

graphql
input IntraComponentDependencyParticipantInput {
  includedParts: [ID!]
  interface: ID!
}

Fields

IntraComponentDependencyParticipantInput.includedParts ● [ID!] list scalar

The ids of includedParts, must all be activeParts on the InterfaceSpecificationVersion associated with interface

IntraComponentDependencyParticipantInput.interface ● ID! non-null scalar

The id of the Interface, must be an Interface on the ComponentVersion the IntraComponentDependencySpecification this is part of refers to

Member Of

CreateIntraComponentDependencySpecificationInput input ● UpdateIntraComponentDependencySpecificationInput input

Released under the MIT License.