INPUT_OBJECT

AttributeCreateInput

link GraphQL Schema definition

1input AttributeCreateInput {
2
3name: String!
4
5attributeTypeName: String!
6
7stringElements: [AttributeStringElementInput!]
8
9choiceElements: [AttributeChoiceElementInput!]
10
11fileElements: [AttributeFileElementInput!]
12
13imageElements: [AttributeImageElementInput!]
14}

link Required by