OBJECT

OnlineFormProductsResponseLimit

link GraphQL Schema definition

  • type OnlineFormProductsResponseLimit {
  • # If true, this product quantity limit is enforced.
  • enabled: Boolean!
  • # Identifier of the product field the limit applies to.
  • fieldId: ID!
  • # Maximum quantity of the product that may be selected.
  • quantity: Int!
  • }