A generic mapping of key-value pairs. This is used to model map and dynamic nested structures which aren't directly supported by GraphQL but can be useful at times.
type KeyValue {key: String! value: String }