1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-11 04:07:50 +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
}
}
`