Skip to main content

updateAsset

Update or insert the properties of a single asset

GraphQL Schema

extend type mutation {
"""Update or insert the properties of a single asset"""
updateAsset(input: UpdateAssetInput): UpdateAssetPayload
}

Arguments

NameTypeDescription
input[UpdateAssetInput](/04-reference/05-Input Objects/UpdateAssetInput.mdx)

Response Shape

This mutation returns UpdateAssetPayload

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information
assetAsset