mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 04:31:22 +00:00
12 lines
210 B
TypeScript
12 lines
210 B
TypeScript
export const getCustomerAccountQuery = `
|
|
query getUser {
|
|
customerAccount:getCurrentAccount {
|
|
id
|
|
firstName
|
|
lastName
|
|
emailAddress
|
|
userName
|
|
isAnonymous
|
|
}
|
|
}
|
|
` |