INPUT_OBJECT

PriceRuleInput

link GraphQL Schema definition

  • input PriceRuleInput {
  • priceRuleId: Int
  • priceRuleTypeId: Int
  • comparisonTypeId: Int
  • value: Int
  • durationTypeId: Int
  • startMonth: Int
  • endMonth: Int
  • startDay: Int
  • endDay: Int
  • startDate: DateTime
  • endDate: DateTime
  • logicalOperatorId: Int
  • studentNationalityIds: [Int]
  • }