mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
export const getCustomerQuery = /* GraphQL */ `
|
|
query getCustomerId {
|
|
customer {
|
|
id
|
|
}
|
|
}
|
|
`
|
|
export default getCustomerQuery
|