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:
@@ -21,7 +21,7 @@ export const handler: MutationHook<
|
||||
AccountRegisterInput
|
||||
> = {
|
||||
fetchOptions: {
|
||||
query: mutation.accountRegister
|
||||
query: mutation.AccountCreate
|
||||
},
|
||||
async fetcher({
|
||||
input: { email, password },
|
||||
|
Reference in New Issue
Block a user