INPUT_OBJECT

UserRole_Exact

Exact match query arguments for UserRole

link GraphQL Schema definition

  • input UserRole_Exact {
  • # Select multiple UserRole by ID.
  • id: [Int]
  • # True if the role restricts access, false otherwise.
  • is_restrictive: Boolean
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • }