DeleteAssetPayload
Autogenerated return type of DeleteAsset
type DeleteAssetPayload {
asset: AssetCollection!
clientMutationId: String
}
Fields
DeleteAssetPayload.asset
● AssetCollection!
non-null object
DeleteAssetPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Returned By
deleteAsset
mutation