INPUT_OBJECT

AttributeStringElementInput

Attribute element of type INPUT or TEXTAREA.

link GraphQL Schema definition

1input AttributeStringElementInput {
2
3key: String!
4
5value: String!
6}