INPUT_OBJECT

UserInduction_Exact

Exact match query arguments for UserInduction

link GraphQL Schema definition

  • input UserInduction_Exact {
  • # Select multiple UserInduction by ID.
  • id: [Int]
  • # Unique ID
  • induction_id: [Int]
  • # Unique user ID.
  • user_id: [Int]
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • # `true` to show the disabled items, `false` to show enabled items. `null` to show
  • # all items. Defaults to false.
  • is_disabled: Boolean
  • # Inductions for a user with a team tag
  • team_tag_id: [[Int]]
  • # Inductions for a user that have a user tag
  • user_tag_id: [[Int]]
  • }