INPUT_OBJECT

Induction_Exact

Exact match query arguments for Induction

link GraphQL Schema definition

  • input Induction_Exact {
  • # Select multiple Induction by ID.
  • id: [Int]
  • # induction name
  • name: String
  • # Get all inductions that a user does not have
  • not_including_user_id: [Int]
  • }