updateMetadata Mutation
Updates metadata of an object.Requires permissions to modify and to read the metadata of the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.
updateMetadata(
id: ID!
input: [MetadataInput!]!
): UpdateMetadata
Arguments
updateMetadata.id
● ID!
non-null scalar miscellaneous
ID or token (for Order and Checkout) of an object to update.
updateMetadata.input
● [MetadataInput!]!
non-null input miscellaneous
Fields required to update the object's metadata.
Type
UpdateMetadata
object miscellaneous
Updates metadata of an object.Requires permissions to modify and to read the metadata of the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.