INPUT_OBJECT

UpdateRoleMutationInput

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

link GraphQL Schema definition

  • input UpdateRoleMutationInput {
  • # 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