saleor: shall the cart appear!

This commit is contained in:
Zaiste
2021-04-27 13:03:31 +02:00
parent 7a37bc8d4e
commit 34ab15bba4
7 changed files with 72 additions and 49 deletions

View File

@@ -1,6 +1,37 @@
export const checkoutDetailsFragment = `
id
token
created
lines {
id
variant {
id
name
sku
product {
slug
}
media {
url
}
pricing {
price {
gross {
amount
}
}
}
}
quantity
totalPrice {
currency
gross {
amount
}
}
}
`
const getCheckoutQuery = /* GraphQL */ `