CheckoutLineDelete
Deletes a CheckoutLine.
type CheckoutLineDelete {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutLineDelete.checkout ● Checkout object
An updated checkout.
CheckoutLineDelete.checkoutErrors ● [CheckoutError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CheckoutLineDelete.errors ● [CheckoutError!]! non-null object
Returned by
checkoutLineDelete mutation
Was this page helpful?