generated from pascalmartineau/wp-skeleton
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 58s
6 lines
158 B
GraphQL
6 lines
158 B
GraphQL
fragment TheSection on GroupAbstractBuilderSections_Layout {
|
|
__typename
|
|
... on GroupAbstractBuilderSectionsTextBlockLayout {
|
|
...SectionTextBlock
|
|
}
|
|
} |