refactor: fieldGroupName => __typename
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 58s

This commit is contained in:
2025-09-25 15:30:10 -04:00
parent ed479312fa
commit e041408715
6 changed files with 89 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
fragment TheSection on GroupAbstractBuilderSections_Layout {
fieldGroupName
__typename
... on GroupAbstractBuilderSectionsTextBlockLayout {
...SectionTextBlock
}