mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 14:11:20 +00:00
* Add codegen, update fragments & schemas * Update checkout-create.ts * Update checkout-create.ts * Update README.md * Update product mutations & queries * Uptate customer fetch types * Update schemas * Start updates * Moved Page, AllPages & Site Info * Moved product, all products (paths) * Add translations, update operations & fixes * Update api endpoints, types & fixes * Add api checkout endpoint * Updates * Fixes * Update commerce.config.json Co-authored-by: B <curciobelen@gmail.com>
9 lines
129 B
TypeScript
9 lines
129 B
TypeScript
const getSiteInfoQuery = /* GraphQL */ `
|
|
query getSiteInfo {
|
|
shop {
|
|
name
|
|
}
|
|
}
|
|
`
|
|
export default getSiteInfoQuery
|