OBJECT

ResponseAcceptanceThresholdProductsLimits

link GraphQL Schema definition

  • type ResponseAcceptanceThresholdProductsLimits {
  • # Per-product quantity limits that together determine when the form stops
  • # accepting responses.
  • limits: [OnlineFormProductsResponseLimit!]!
  • # Whether all (And) or any (Or) of the product limits must be reached to stop
  • # accepting responses.
  • operator: FilterGroupOperator!
  • }