Magidoc

DeleteAssetsMutationInput
Input Object

Autogenerated input type of DeleteAssetsMutation

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

databaseIds

[ String !]

List of database IDs for assets to delete.

ids

[ ID !]

List of asset IDs to delete.

permanent

Boolean flag indicating whether the deletions should be permanent.

skipInUse

Enum flag indicating whether the deletion should skip assets that are in use.

Usages

#

References

#

  • Argument input of field deleteAssets from type Mutation