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

     1  query {
     2      Commerce_Cart_DecoratedCart {
     3          cartSummary {
     4              total: sumPaymentSelectionCartSplitValueAmountByMethods(methods: ["###METHOD###"]) {
     5                  amount
     6                  currency
     7              }
     8          }
     9      }
    10  }