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

     1  query {
     2      Commerce_Cart_Validator{
     3          hasCommonError
     4          commonErrorMessageKey
     5          itemResults {
     6              itemID
     7              errorMessageKey
     8          }
     9      }
    10  }