wip: Builder features

This commit is contained in:
2025-09-22 14:22:21 -04:00
parent dcf12d9216
commit 23b4e13994
14 changed files with 949 additions and 362 deletions

View File

@@ -6662,10 +6662,41 @@ type GroupAbstractBuilder implements AcfFieldGroup & AcfFieldGroupFields & Group
sections: [GroupAbstractBuilderSections_Layout]!
}
"""
The "GroupAbstractBuilderSectionsLayoutSettings" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""
type GroupAbstractBuilderSectionsLayoutSettings implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSectionsLayoutSettings_Fields & SectionContainer_Fields & SectionTheme_Fields {
"""
Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group
"""
bgColor: [String]!
"""
Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group
"""
contentWidth: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
}
"""
Interface representing fields of the ACF "GroupAbstractBuilderSectionsLayoutSettings" Field Group
"""
interface GroupAbstractBuilderSectionsLayoutSettings_Fields implements AcfFieldGroup & AcfFieldGroupFields {
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
}
"""
The "GroupAbstractBuilderSectionsTextBlockLayout" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""
type GroupAbstractBuilderSectionsTextBlockLayout implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSectionsTextBlockLayout_Fields & GroupAbstractBuilderSections_Layout {
"""
Field of the "text" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
acfeFlexibleLayoutTitle: String
"""
Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
@@ -6673,12 +6704,22 @@ type GroupAbstractBuilderSectionsTextBlockLayout implements AcfFieldGroup & AcfF
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
"""
Field of the "clone" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
layoutSettings: GroupAbstractBuilderSectionsLayoutSettings
}
"""
Interface representing fields of the ACF "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
interface GroupAbstractBuilderSectionsTextBlockLayout_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSections_Layout {
"""
Field of the "text" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
acfeFlexibleLayoutTitle: String
"""
Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
@@ -6686,6 +6727,11 @@ interface GroupAbstractBuilderSectionsTextBlockLayout_Fields implements AcfField
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
"""
Field of the "clone" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
layoutSettings: GroupAbstractBuilderSectionsLayoutSettings
}
"""
@@ -21673,6 +21719,58 @@ enum ScriptLoadingStrategyEnum {
DEFER
}
"""
The "SectionContainer" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""
type SectionContainer implements AcfFieldGroup & AcfFieldGroupFields & SectionContainer_Fields {
"""
Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group
"""
contentWidth: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
}
"""
Interface representing fields of the ACF "SectionContainer" Field Group
"""
interface SectionContainer_Fields implements AcfFieldGroup & AcfFieldGroupFields {
"""
Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group
"""
contentWidth: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
}
"""
The "SectionTheme" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""
type SectionTheme implements AcfFieldGroup & AcfFieldGroupFields & SectionTheme_Fields {
"""
Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group
"""
bgColor: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
}
"""
Interface representing fields of the ACF "SectionTheme" Field Group
"""
interface SectionTheme_Fields implements AcfFieldGroup & AcfFieldGroupFields {
"""
Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group
"""
bgColor: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
}
"""Input for the sendPasswordResetEmail mutation."""
input SendPasswordResetEmailInput {
"""