Files
cultureat-bak/wp-content/themes/ccat/app/components/sections/TheSection.fragment.gql

6 lines
162 B
GraphQL

fragment TheSection on GroupAbstractBuilderSections_Layout {
fieldGroupName
... on GroupAbstractBuilderSectionsTextBlockLayout {
...SectionTextBlock
}
}