1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-30 02:11:21 +00:00
2021-06-02 11:46:38 -03:00

11 lines
168 B
TypeScript

export const activeCustomerQuery = /* GraphQL */ `
query activeCustomer {
activeCustomer {
id
firstName
lastName
emailAddress
}
}
`