OBJECT

KeyValue

Key/Value tuple

link GraphQL Schema definition

  • type KeyValue {
  • # The key
  • key: String!
  • # The value
  • value: String!
  • }