mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
9 lines
137 B
TypeScript
9 lines
137 B
TypeScript
const getSiteInfoQuery = /* GraphQL */ `
|
|
query Setting {
|
|
generalSettings {
|
|
title
|
|
}
|
|
}
|
|
`
|
|
export default getSiteInfoQuery
|