Skip to content

updateTagPayload

Autogenerated return type of updateTag.

Fields

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

Used By

Definition

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