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