deleteTagPayload
Autogenerated return type of deleteTag.
Fields
messages
· [FieldError] · The list of errors occurred during the mutation removing_async
· Boolean · Indicates if the tag is being removed asynchronously in a background job Used By
Definition
"""Autogenerated return type of deleteTag."""type deleteTagPayload { """ The list of errors occurred during the mutation """ messages: [FieldError]
""" Indicates if the tag is being removed asynchronously in a background job """ removing_async: Boolean tag: Tag}