9 lines
182 B
GraphQL
9 lines
182 B
GraphQL
fragment BuilderSections on GroupAbstractBuilder_Fields {
|
|
sections {
|
|
__typename
|
|
... on GroupAbstractBuilderSectionsTextBlockLayout {
|
|
... SectionTextBlock
|
|
}
|
|
}
|
|
}
|