mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
10
framework/vendure/utils/queries/get-cart-query.ts
Normal file
10
framework/vendure/utils/queries/get-cart-query.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { cartFragment } from '../fragments/cart-fragment'
|
||||
|
||||
export const getCartQuery = /* GraphQL */ `
|
||||
query activeOrder {
|
||||
activeOrder {
|
||||
...Cart
|
||||
}
|
||||
}
|
||||
${cartFragment}
|
||||
`
|
Reference in New Issue
Block a user