mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 21:51:21 +00:00
saleor: fix the checkout fetch query
This commit is contained in:
parent
5b08545a59
commit
ae3ff8e2ce
@ -4,8 +4,9 @@ export const CheckoutOne = /* GraphQL */ `
|
||||
query CheckoutOne($checkoutId: UUID!) {
|
||||
checkout(token: $checkoutId) {
|
||||
... on Checkout {
|
||||
${fragment.CheckoutDetails}
|
||||
...CheckoutDetails
|
||||
}
|
||||
}
|
||||
}
|
||||
${fragment.CheckoutDetails}
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user