TagBatchDeletePayload
Autogenerated return type of TagBatchDelete
type TagBatchDeletePayload {
clientMutationId: String
errors: [UserError!]!
jobId: ID!
}
Fields
TagBatchDeletePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
TagBatchDeletePayload.errors ● [UserError!]! non-null object common
Errors related to user input
TagBatchDeletePayload.jobId ● ID! non-null scalar common
The ID of the enqueued job
Returned by
tagBatchDelete mutation