ENUM
UserInduction_WhereGroup_Fields
Where group options for UserInduction. Matches when any field in the array is met
link GraphQL Schema definition
- enum UserInduction_WhereGroup_Fields {
- # Unique ID
- # Unique user ID.
- # induction name
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- # `true` to show the disabled items, `false` to show enabled items. `null` to show
- # all items. Defaults to false.
- # Inductions for a user with a team tag
- # Inductions for a user that have a user tag
- }