mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
saleor: preliminary signup process
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const customerCreateMutation = /* GraphQL */ `
|
||||
mutation customerCreate($input: CustomerCreateInput!) {
|
||||
mutation customerCreate($input: UserCreateInput!) {
|
||||
customerCreate(input: $input) {
|
||||
customerUserErrors {
|
||||
errors {
|
||||
code
|
||||
field
|
||||
message
|
||||
|
Reference in New Issue
Block a user