OBJECT

ResponseAcceptanceThresholdCustomCondition

link GraphQL Schema definition

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