INPUT_OBJECT
AttributesUnassignGenericInput
link GraphQL Schema definition
1 input 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. 6 Int! : 7 8 AttributeObjectType! : 9 10 MappedAttributeUnassignInput!] : [ 11 12 DynamicAttributeUnassignInput!] : [ 13 }