IntraComponentDependencyParticipantInput
Input to create a IntraComponentDependencyParticipant
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