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