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

8 lines
252 B
GraphQL

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