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