OBJECT

AdminRole

Admin role

link GraphQL Schema definition

  • type AdminRole implements Node {
  • # Number of admins associated with this admin role
  • adminCount: Int!
  • # Description of the admin role
  • description: String
  • id: ID!
  • legacyId: Int!
  • # Name of the admin role
  • name: String!
  • # Permissions available to this admin role
  • permissions: [String!]!
  • }