DesRemoveComponentPartChoicesInput
Input to remove component part choices.
input DesRemoveComponentPartChoicesInput {
componentId: ID!
manufacturerParts: [DesPartChoiceInput!]
}
Fields
DesRemoveComponentPartChoicesInput.componentId ● ID! non-null scalar
Component identifier.
DesRemoveComponentPartChoicesInput.manufacturerParts ● [DesPartChoiceInput!] list input
Manufacturer part choices to remove. Use null to remove all choices.