mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
fix: page/product properties
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
export const getPageQuery = /* GraphQL */ `
|
||||
query($id: ID!) {
|
||||
node(id: $id) {
|
||||
page(id: $id) {
|
||||
id
|
||||
... on Page {
|
||||
title
|
||||
handle
|
||||
body
|
||||
bodySummary
|
||||
}
|
||||
title
|
||||
slug
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Reference in New Issue
Block a user