mirror of
https://github.com/vercel/commerce.git
synced 2025-05-21 00:46:59 +00:00
12 lines
163 B
TypeScript
12 lines
163 B
TypeScript
export const CustomerCurrent = /* GraphQL */ `
|
|
query CustomerCurrent {
|
|
me {
|
|
id
|
|
email
|
|
firstName
|
|
lastName
|
|
dateJoined
|
|
}
|
|
}
|
|
`
|