diff --git a/src/lib/saleor/mutations/Checkout.ts b/src/lib/saleor/mutations/Checkout.ts index 32207bc..f836cde 100644 --- a/src/lib/saleor/mutations/Checkout.ts +++ b/src/lib/saleor/mutations/Checkout.ts @@ -51,7 +51,7 @@ export const CHECKOUT_LINES_UPDATE = gql` export const CHECKOUT_LINES_DELETE = gql` mutation CheckoutLinesDelete($checkoutId: ID!, $lineIds: [ID!]!) { - checkoutLinesDelete(checkoutId: $checkoutId, lines: $lineIds) { + checkoutLinesDelete(checkoutId: $checkoutId, lineIds: $lineIds) { checkout { ...CheckoutFragment }