8 lines
252 B
GraphQL
8 lines
252 B
GraphQL
fragment BuilderSections on GroupAbstractBuilder_Fields {
|
|
sections {
|
|
__typename
|
|
... on GroupAbstractBuilderSectionsHeroSplitLayout { ... SectionHeroSplit }
|
|
... on GroupAbstractBuilderSectionsTextBlockLayout { ... SectionTextBlock }
|
|
}
|
|
}
|