saleor: remove unused code

This commit is contained in:
Zaiste
2021-05-11 14:28:01 +02:00
parent e98a9f4d6f
commit 3873b48c59
7 changed files with 6 additions and 75 deletions

View File

@@ -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 {