1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-14 19:41:20 +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
}
}
`