saleor: unify GraphQL naming approach

This commit is contained in:
Zaiste
2021-05-14 15:57:45 +02:00
parent df3d85f86e
commit f530704efe
50 changed files with 217 additions and 216 deletions

View File

@@ -21,7 +21,7 @@ export const handler: MutationHook<
AccountRegisterInput
> = {
fetchOptions: {
query: mutation.accountRegister
query: mutation.AccountCreate
},
async fetcher({
input: { email, password },