Skip to main content

KeyValueInput

Generic key/value pair input (e.g. for metadata).

input KeyValueInput {
key: String!
value: String
}

Fields

KeyValueInput.key ● String! non-null scalar

Key.

KeyValueInput.value ● String scalar

Value. Set to null to remove the key.

Member Of

ActivateSubscriptionInput input ● CreatePaymentInput input ● CreateStoreInput input ● CreateSubscriptionInput input ● UpdateStoreInput input ● UpdateSubscriptionInput input