Skip to content

deletePermissionTemplatePayload

Autogenerated return type of deletePermissionTemplate.

Fields

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

Used By

Definition

"""
Autogenerated return type of deletePermissionTemplate.
"""
type deletePermissionTemplatePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
permission_template: PermissionTemplateType
}