Files
cultureat-bak/wp-content/themes/ccat/app/components/nodes/ThePage.fragment.gql
Pascal Martineau e9c92840fc
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s
feat: Virtual page redirect, breadcrumb & menu items
2025-09-25 21:28:23 -04:00

17 lines
177 B
GraphQL

fragment ThePage on Page {
title
template {
__typename
}
children {
nodes {
uri
}
}
groupPostPage {
sections {
...TheSection
}
}
}