1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-10 14:41:21 +00:00
2021-05-24 08:42:47 +03:00

9 lines
129 B
TypeScript

const getSiteInfoQuery = /* GraphQL */ `
query getSiteInfo {
shop {
name
}
}
`
export default getSiteInfoQuery