Skip to main content

UpdateAssetMetadataInput

Asset field filtering

input UpdateAssetMetadataInput {
id: ID!
metadataSchemaName: String!
metadata: JSON!
}

Fields
Link copied!

UpdateAssetMetadataInput.id ● ID! non-null scalar
Link copied!

ID of the asset

UpdateAssetMetadataInput.metadataSchemaName ● String! non-null scalar
Link copied!

The name of the metadata schema

UpdateAssetMetadataInput.metadata ● JSON! non-null scalar
Link copied!

Metadata properties to update as key/value pairs. Must be valid for the specified metadata schema

Member of
Link copied!

updateAssetMetadata mutation