INPUT_OBJECT

CreateRoleMutationInput

The input object that defines the fields for the createRole mutation.

link GraphQL Schema definition

  • input CreateRoleMutationInput {
  • # A descriptive name.
  • name: String!
  • # A list of permissions associated with this role.
  • applied_permissions: [Permission!]!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by