mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
bug: edit form user info
This commit is contained in:
15
framework/vendure/utils/queries/user-info-query.ts
Normal file
15
framework/vendure/utils/queries/user-info-query.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export const userInfoQuery = /* GraphQL */ `
|
||||
query activeCustomer{
|
||||
activeCustomer{
|
||||
emailAddress
|
||||
addresses{
|
||||
name:fullName
|
||||
address:streetLine1
|
||||
city
|
||||
state:province
|
||||
postalCode
|
||||
phoneNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
Reference in New Issue
Block a user