DeleteAssetInput
Autogenerated input type of DeleteAsset
input DeleteAssetInput {
clientMutationId: String
id: [ID!]!
}
Fields
DeleteAssetInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteAssetInput.id
● [ID!]!
non-null scalar
Member of
deleteAsset
mutation