OBJECT

AdminRoleDeleteMutationPayload

Autogenerated return type of AdminRoleDeleteMutation.

link GraphQL Schema definition

  • type AdminRoleDeleteMutationPayload {
  • adminRole: AdminRole
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • status: Int!
  • }