Skip to main content

UpdateAssetMetadataInput

Asset field filtering

input UpdateAssetMetadataInput {
id: ID!
metadataSchemaName: String!
relationshipName: 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.relationshipName ● String scalar
Link copied!

The explicit name of the relationship to add.

We will try to infer the relationship if this is not provided.

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