OBJECT

KeyValuePair

Description

Represents a key-value pair.

link GraphQL Schema definition

  • type KeyValuePair {
  • # key.
  • key: String!
  • # value.
  • value: String!
  • }