MetadataInput
No description
input MetadataInput {
key: String!
value: String!
}
Fields
MetadataInput.key ● String! non-null scalar
Key of a metadata item.
MetadataInput.value ● String! non-null scalar
Value of a metadata item.
Member of
AccountRegisterInput input ● checkoutComplete mutation ● CheckoutLineInput input ● PaymentInput input ● updateMetadata mutation ● updatePrivateMetadata mutation
Was this page helpful?