generated from pascalmartineau/wp-skeleton
9 lines
100 B
GraphQL
9 lines
100 B
GraphQL
fragment ThePage on Page {
|
|
title
|
|
groupPostPage {
|
|
sections {
|
|
...TheSection
|
|
}
|
|
}
|
|
}
|