TagUpdatePayload
Autogenerated return type of TagUpdate
type TagUpdatePayload {
clientMutationId: String
errors: [UserError!]!
tag: Tag
}
Fields
TagUpdatePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
TagUpdatePayload.errors ● [UserError!]! non-null object common
TagUpdatePayload.tag ● Tag object common
Returned by
tagUpdate mutation