OBJECT

DhrcKeyValue

Description

KeyValue represents a key/value pair.

link GraphQL Schema definition

  • type DhrcKeyValue {
  • # The key of the key/value pair.
  • key: String!
  • # The value of the key/value pair.
  • value: String!
  • }