ENUM

UserRole_WhereGroup_Fields

Where group options for UserRole. Matches when any field in the array is met

link GraphQL Schema definition

  • enum UserRole_WhereGroup_Fields {
  • # True if the role restricts access, false otherwise.
  • is_restrictive
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • }