7 lines
133 B
GraphQL
7 lines
133 B
GraphQL
fragment SectionTextBlock on GroupAbstractBuilderSectionsTextBlockLayout {
|
|
content
|
|
layoutSettings {
|
|
...LayoutContained
|
|
}
|
|
}
|