INPUT_OBJECT

InputKeyValue

Key/Value tuple for arguments

link GraphQL Schema definition

  • input InputKeyValue {
  • # The key
  • key: String!
  • # The value
  • value: String!
  • }