TagDeletePayload
Autogenerated return type of TagDelete
type TagDeletePayload {
clientMutationId: String
deletedTagId: ID!
errors: [UserError!]!
}
Fields
TagDeletePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
TagDeletePayload.deletedTagId ● ID! non-null scalar common
The ID of the deleted tag.
TagDeletePayload.errors ● [UserError!]! non-null object common
Returned by
tagDelete mutation