mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
saleor: remove unused code
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
const customerCreateMutation = /* GraphQL */ `
|
||||
mutation customerCreate($input: UserCreateInput!) {
|
||||
customerCreate(input: $input) {
|
||||
mutation customerCreate($input: AccountRegisterInput!) {
|
||||
accountRegister(input: $input) {
|
||||
errors {
|
||||
code
|
||||
field
|
||||
message
|
||||
}
|
||||
customer {
|
||||
id
|
||||
user {
|
||||
email
|
||||
isActive
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user