INPUT_OBJECT

AttributesUnassignGenericInput

link GraphQL Schema definition

1input AttributesUnassignGenericInput {
2
3# Id of object that the attribute should be unassigned from.
4#
5# Note: `Order` is an exception here, attributes are assigned using the `number` field.
6objectId: Int!
7
8objectType: AttributeObjectType!
9
10mappedAttributes: [MappedAttributeUnassignInput!]
11
12dynamicAttributes: [DynamicAttributeUnassignInput!]
13}

link Required by