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.

Usages

#

References

#

  • Argument input of field deleteAssets from type Mutation