KeyValuePair
Represents a key-value pair for configuration settings like headers.
type KeyValuePair {
key: ID!
value: String
}
Fields
KeyValuePair.key ● ID! non-null scalar miscellaneous
The key of the header.
KeyValuePair.value ● String scalar miscellaneous
The value of the header.
Was this topic helpful?