mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
saleor: unify GraphQL naming approach
This commit is contained in:
@@ -29,7 +29,7 @@ export type RemoveItemInput<T = any> = T extends LineItem
|
||||
export default useRemoveItem as UseRemoveItem<typeof handler>
|
||||
|
||||
export const handler = {
|
||||
fetchOptions: { query: mutation.checkoutLineDelete },
|
||||
fetchOptions: { query: mutation.CheckoutLineDelete },
|
||||
async fetcher({
|
||||
input: { itemId },
|
||||
options,
|
||||
|
Reference in New Issue
Block a user