commerce/framework/saleor/utils/fragments/checkout-details.ts
2021-06-09 17:02:13 +02:00

49 lines
527 B
TypeScript

export const CheckoutDetails = `
id
token
created
totalPrice {
currency
gross {
amount
}
}
subtotalPrice {
currency
gross {
amount
}
}
lines {
id
variant {
id
name
sku
product {
slug
}
media {
url
}
pricing {
price {
gross {
amount
}
}
}
}
quantity
totalPrice {
currency
gross {
amount
}
}
}
`