Files
wp-headless/wp-content/themes/moonshine/app/components/builder/BuilderSections.fragment.gql

9 lines
182 B
GraphQL

fragment BuilderSections on GroupAbstractBuilder_Fields {
sections {
__typename
... on GroupAbstractBuilderSectionsTextBlockLayout {
... SectionTextBlock
}
}
}