flamingo.me/flamingo-commerce/v3@v3.11.0/test/integrationtest/projecttest/tests/graphql/testdata/validate_restrictor.graphql (about)

     1  query {
     2      Commerce_Cart_QtyRestriction(
     3          marketplaceCode:"###MARKETPLACE_CODE###",
     4          deliveryCode:"home") {
     5          isRestricted
     6          maxAllowed
     7          remainingDifference
     8          restrictorName
     9      }
    10  }