mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
saleor: remove unused code
This commit is contained in:
@@ -4,7 +4,7 @@ const checkoutCreateMutation = /* GraphQL */ `
|
||||
mutation createCheckout {
|
||||
checkoutCreate(input: {
|
||||
email: "customer@example.com",
|
||||
lines: [{quantity: 1, variantId: "UHJvZHVjdFZhcmlhbnQ6Mjk3"}],
|
||||
lines: [],
|
||||
channel: "default-channel"
|
||||
}) {
|
||||
errors {
|
||||
|
Reference in New Issue
Block a user