Waiting for engine...
Skip to main content

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.

On this Page