DesRemoveFootprintFromComponentInput
Input for removing a footprint from a component.
input DesRemoveFootprintFromComponentInput {
componentId: ID!
footprintId: ID!
}
Fields
DesRemoveFootprintFromComponentInput.componentId ● ID! non-null scalar
The component identifier.
DesRemoveFootprintFromComponentInput.footprintId ● ID! non-null scalar
The identifier of the footprint to remove from the component.