updateAssets
Update the properties of multiple asset
GraphQL Schema
extend type mutation {
"""Update the properties of multiple asset"""
updateAssets(input: UpdateAssetsInput): UpdateAssetsPayload
}
Arguments
| Name | Type | Description |
|---|---|---|
| input | [UpdateAssetsInput](/04-reference/05-Input Objects/UpdateAssetsInput.mdx) |
Response Shape
This mutation returns UpdateAssetsPayload
| Name | Type | Description |
|---|---|---|
| success | Boolean! | Whether the mutation was successful |
| error | ErrorType | Error information |
| assets | [Asset] |