mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01: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!) {
|
query CheckoutOne($checkoutId: UUID!) {
|
||||||
checkout(token: $checkoutId) {
|
checkout(token: $checkoutId) {
|
||||||
... on Checkout {
|
... on Checkout {
|
||||||
|
...CheckoutDetails
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
${fragment.CheckoutDetails}
|
${fragment.CheckoutDetails}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user