INPUT_OBJECT

SellerSlaRatingRangeInput

Specify desired SLA rating ranges.

link GraphQL Schema definition

  • input SellerSlaRatingRangeInput {
  • # Rating greater than or equal to the given value
  • gte: Float
  • # Rating less than or equal to the given value
  • lte: Float
  • }