Skip to main content

UpdatePrivateMetadata Object

Updates private 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.

type UpdatePrivateMetadata {
metadataErrors: [MetadataError!]! @deprecated
errors: [MetadataError!]!
item: ObjectWithMetadata
}

Fields

errors ● [MetadataError!]!

item ● ObjectWithMetadata

Show deprecated

Returned By

updatePrivateMetadata mutation