OBJECT
ResponseAcceptanceThresholdCustomCondition
link GraphQL Schema definition
- type ResponseAcceptanceThresholdCustomCondition {
- # Formula evaluated against each response to compute the value counted toward the
- # acceptance limits.
- : String!
- # Maximum value a single response may contribute; must be 1 or greater.
- : Int!
- # Maximum combined value across all responses before the form stops accepting;
- # must be 1 or greater.
- : Int!
- }