TagMergePayload
Autogenerated return type of TagMerge
type TagMergePayload {
clientMutationId: String
errors: [UserError!]!
jobId: ID!
}
Fields
TagMergePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
TagMergePayload.errors ● [UserError!]! non-null object common
TagMergePayload.jobId ● ID! non-null scalar common
The ID of the enqueued job
Returned by
tagMerge mutation