INPUT_OBJECT

OfferingPackageOptionPriceFilter

link GraphQL Schema definition

  • input OfferingPackageOptionPriceFilter {
  • offeringPackageOptionId: Int
  • startDate: DateOnlyRangeInput
  • durationTypeId: Int
  • durationAmount: IntegerRangeInput
  • currencyId: Int
  • nationalityId: Int
  • age: IntegerRangeInput
  • agencyCountryId: Int
  • selectedOfferingPackageOptionItemId: Int
  • # This has no effect. It is included pre-emptively for the purpose of consistency.
  • # Packages does not support studentVisaType and promotions.
  • studentVisaTypeId: Int
  • }