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