INPUT_OBJECT

CreateSchoolQuoteParams

link GraphQL Schema definition

  • input CreateSchoolQuoteParams {
  • schoolId: Int!
  • currencyId: Int!
  • studentNationalityId: Int!
  • studentFirstName: String!
  • studentLastName: String!
  • studentEmail: String
  • studentAge: Int!
  • agencyName: String
  • agencyLocationCountryId: Int
  • agencyRecruitsFromCountryIds: [Int]
  • agencyEmail: String
  • isForDirectStudent: Boolean
  • }