#import "../fragments/CartCoreFragment.gql"

query CartQuery($cartId: String) {
  cart(id: $cartId) {
    ...CartCoreFragment
  }
}
