deleteTagPayload
Autogenerated return type of deleteTag.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEmessages
· [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 { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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}