TagBatchDeleteInput
Autogenerated input type of TagBatchDelete
input TagBatchDeleteInput {
clientMutationId: String
filter: TagFilter
tagIds: [ID!]
}
Fields
TagBatchDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
TagBatchDeleteInput.filter ● TagFilter input common
The fields by which to filter the results.
TagBatchDeleteInput.tagIds ● [ID!] list scalar common
The ID of the tags to delete.
Member of
tagBatchDelete mutation