feat: Initial TheSections

This commit is contained in:
2025-09-22 11:49:48 -04:00
parent c6fce32c54
commit fe2b500684
10 changed files with 78 additions and 28 deletions

View File

@@ -6659,7 +6659,7 @@ type GroupAbstractBuilder implements AcfFieldGroup & AcfFieldGroupFields & Group
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -6669,7 +6669,7 @@ type GroupAbstractBuilderSectionsTextBlockLayout implements AcfFieldGroup & AcfF
"""
Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
content: String
content: String!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
@@ -6682,7 +6682,7 @@ interface GroupAbstractBuilderSectionsTextBlockLayout_Fields implements AcfField
"""
Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
content: String
content: String!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
@@ -6706,7 +6706,7 @@ interface GroupAbstractBuilder_Fields implements AcfFieldGroup & AcfFieldGroupFi
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -7317,7 +7317,7 @@ type GroupPostArticle implements AcfFieldGroup & AcfFieldGroupFields & GroupAbst
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -7330,7 +7330,7 @@ interface GroupPostArticle_Fields implements AcfFieldGroup & AcfFieldGroupFields
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -8131,7 +8131,7 @@ type GroupPostPage implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstrac
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -8144,7 +8144,7 @@ interface GroupPostPage_Fields implements AcfFieldGroup & AcfFieldGroupFields &
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -8183,7 +8183,7 @@ type GroupPostProject implements AcfFieldGroup & AcfFieldGroupFields & GroupAbst
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -8248,7 +8248,7 @@ interface GroupPostProject_Fields implements AcfFieldGroup & AcfFieldGroupFields
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -8625,7 +8625,7 @@ type GroupPostTemplate implements AcfFieldGroup & AcfFieldGroupFields & GroupAbs
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
@@ -8638,7 +8638,7 @@ interface GroupPostTemplate_Fields implements AcfFieldGroup & AcfFieldGroupField
"""
Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group
"""
sections: [GroupAbstractBuilderSections_Layout]
sections: [GroupAbstractBuilderSections_Layout]!
}
"""