KeyValuePair
No description
type KeyValuePair {
key: String!
value: String!
}
Fields
KeyValuePair.key ● String! non-null scalar
The key of the key-value pair
KeyValuePair.value ● String! non-null scalar
The value of the key-value pair
Member Of
HttpInput object ● UserNotificationConfiguration object