createPermissionTemplatePayload
Autogenerated return type of createPermissionTemplate.
Fields
messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of createPermissionTemplate."""type createPermissionTemplatePayload { """ The list of errors occurred during the mutation """ messages: [FieldError] newPermissionTemplate: PermissionTemplateType}