INPUT_OBJECT
AttributesAssignGenericInput
link GraphQL Schema definition
1 input AttributesAssignGenericInput { 2 3 # Id of object that the attribute shoud be assigned to. 4 # 5 # Note: `Order` is an exception here, attributes are assigned using the `number` 6 # field. 7 Int! : 8 9 AttributeObjectType! : 10 11 MappedAttributeAssignInput!] : [ 12 13 DynamicAttributeAssignInput!] : [ 14 }