INPUT_OBJECT

AdminRoleUpdateInput

Attributes for updating an admin role

link GraphQL Schema definition

  • input AdminRoleUpdateInput {
  • # Description of the admin role
  • description: String
  • # Permissions available to this admin role
  • permissions: [String!]
  • }