INPUT_OBJECT

InputKeyValue

Input Key/Value Object

link GraphQL Schema definition

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