Skip to content

createTagPayload

Autogenerated return type of createTag.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createTag.
"""
type createTagPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
tag: Tag
}