feat: get-edit-user-info

This commit is contained in:
Quangnhankie
2021-10-06 12:10:04 +07:00
parent a2cec5788e
commit dcfa1a1ece
17 changed files with 380 additions and 96 deletions

View File

@@ -1,14 +1,15 @@
export const userInfoQuery = /* GraphQL */ `
query activeCustomer{
activeCustomer{
lastName
firstName
emailAddress
phoneNumber
addresses{
name:fullName
address:streetLine1
streetLine1
city
state:province
province
postalCode
phoneNumber
}
}
}