bug: edit form user info

This commit is contained in:
Quangnhankie
2021-10-05 11:52:11 +07:00
parent a0defb1678
commit c2c0531663
7 changed files with 64 additions and 21 deletions

View File

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