INPUT_OBJECT

FindPriceQuoteParams

link GraphQL Schema definition

  • input FindPriceQuoteParams {
  • exactStudentAge: Int
  • agencyId: Int
  • currencyId: Int
  • studentNationalityId: Int
  • agencyLocationCountryId: Int
  • agencyCompanyId: Int
  • # This is used to determine whether the student is onShort or offShore. If this
  • # field is null, then the student is considered offShore.
  • studentCurrentLocationCountryId: Int
  • isForDirectStudent: Boolean
  • isStudentOnshore: Boolean
  • studentAge: IntegerRangeInput
  • }