fix: page/product properties

This commit is contained in:
Zaiste
2021-04-19 15:38:40 +02:00
parent 89f6c1ce76
commit 5402af4902
4 changed files with 8 additions and 12 deletions

View File

@@ -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
}
}
`