ENUM

Induction_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum Induction_WhereGroup_Fields {
  • # induction name
  • name
  • # Get all inductions that a user does not have
  • not_including_user_id
  • }