INPUT_OBJECT

AdminRoleInput

link GraphQL Schema definition

  • input AdminRoleInput {
  • # Name of the admin role
  • name: String!
  • # Description of the admin role
  • description: String!
  • # List of permissions associated to the admin role
  • permissions: [String!]!
  • }