INPUT_OBJECT

AttributesAssignGenericInput

link GraphQL Schema definition

1input 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.
6objectId: Int!
7
8objectType: AttributeObjectType!
9
10mappedAttributes: [MappedAttributeAssignInput!]
11
12dynamicAttributes: [DynamicAttributeAssignInput!]
13}

link Required by