generated from pascalmartineau/wp-skeleton
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s
17 lines
177 B
GraphQL
17 lines
177 B
GraphQL
fragment ThePage on Page {
|
|
title
|
|
template {
|
|
__typename
|
|
}
|
|
children {
|
|
nodes {
|
|
uri
|
|
}
|
|
}
|
|
groupPostPage {
|
|
sections {
|
|
...TheSection
|
|
}
|
|
}
|
|
}
|