DesRemoveComponentPartChoicesPayload
Payload associated with removing part choices for a component.
type DesRemoveComponentPartChoicesPayload {
componentId: ID!
errors: [DesPayloadError!]!
}
Fields
DesRemoveComponentPartChoicesPayload.componentId ● ID! non-null scalar
Component identifier. If revision control is enabled, this will refer to the created revision.
DesRemoveComponentPartChoicesPayload.errors ● [DesPayloadError!]! non-null object
Payload errors.