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