9 lines
198 B
GraphQL
9 lines
198 B
GraphQL
fragment AcfBuilder on GroupAbstractBuilder_Fields {
|
|
sections @nullToEmpty @filterNullItems {
|
|
__typename
|
|
... on GroupAbstractBuilderSectionsProseLayout {
|
|
...SectionProse
|
|
}
|
|
}
|
|
}
|