INPUT_OBJECT

OfferTagBindingInput

OfferTagBindingInput defines a key-value pair.

link GraphQL Schema definition

1input OfferTagBindingInput {
4
2# The key of the tag.
3key: String!
7
5# The value of the tag.
6value: String!
8}