INPUT_OBJECT

UpdateStringPair

link GraphQL Schema definition

1input UpdateStringPair {
2
3old: String!
4
5new: String!
6}