Files
cultureat-bak/wp-content/themes/ccat/app/components/sections/TheSection.fragment.gql
Pascal Martineau e041408715
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 58s
refactor: fieldGroupName => __typename
2025-09-25 15:30:10 -04:00

6 lines
158 B
GraphQL

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