OBJECT
KeyValue represents a key/value pair.
type DhrcKeyValue {# The key of the key/value pair.key: String! # The value of the key/value pair.value: String! }