mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 14:11:20 +00:00
9 lines
129 B
TypeScript
9 lines
129 B
TypeScript
const getSiteInfoQuery = /* GraphQL */ `
|
|
query getSiteInfo {
|
|
shop {
|
|
name
|
|
}
|
|
}
|
|
`
|
|
export default getSiteInfoQuery
|