DesUpdateComponentSymbolInput
Input for updating the symbol of a component.
input DesUpdateComponentSymbolInput {
componentId: ID!
symbolId: ID
}
Fields
DesUpdateComponentSymbolInput.componentId ● ID! non-null scalar
The component identifier.
DesUpdateComponentSymbolInput.symbolId ● ID scalar
The identifier of the symbol to link to the component. If omitted or set to null, the symbol will be unlinked from the component.