feat: Initial Media / HeroSplit acf groups
This commit is contained in:
@@ -51,6 +51,19 @@ interface AcfFieldGroupFields {
|
||||
fieldGroupName: String @deprecated(reason: "Use __typename instead")
|
||||
}
|
||||
|
||||
"""
|
||||
Connection between the GroupAbstractBuilderSectionsHeroSplitLayout_Fields type and the MediaItem type
|
||||
"""
|
||||
type AcfMediaItemConnectionEdge implements Edge & MediaItemConnectionEdge & OneToOneConnection {
|
||||
"""
|
||||
Opaque reference to the nodes position in the connection. Value can be used with pagination args.
|
||||
"""
|
||||
cursor: String
|
||||
|
||||
"""The node of the connection, without the edges"""
|
||||
node: MediaItem!
|
||||
}
|
||||
|
||||
"""Options Page registered by ACF"""
|
||||
interface AcfOptionsPage implements Node {
|
||||
"""The globally unique ID for the object"""
|
||||
@@ -3399,6 +3412,72 @@ type GroupAbstractBuilder implements AcfFieldGroup & AcfFieldGroupFields & Group
|
||||
sections: [GroupAbstractBuilderSections_Layout]
|
||||
}
|
||||
|
||||
"""
|
||||
The "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group. Added to the Schema by "WPGraphQL for ACF".
|
||||
"""
|
||||
type GroupAbstractBuilderSectionsHeroSplitLayout implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSectionsHeroSplitLayout_Fields & GroupAbstractBuilderSections_Layout & GroupAbstractMedia_Fields {
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
aspectRatio: String!
|
||||
|
||||
"""
|
||||
Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
content: String!
|
||||
|
||||
"""The name of the field group"""
|
||||
fieldGroupName: String @deprecated(reason: "Use __typename instead")
|
||||
|
||||
"""
|
||||
Field of the "image" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
image: AcfMediaItemConnectionEdge
|
||||
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
objectFit: String!
|
||||
|
||||
"""
|
||||
Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
reverse: Boolean!
|
||||
}
|
||||
|
||||
"""
|
||||
Interface representing fields of the ACF "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
interface GroupAbstractBuilderSectionsHeroSplitLayout_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSections_Layout & GroupAbstractMedia_Fields {
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
aspectRatio: String!
|
||||
|
||||
"""
|
||||
Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
content: String!
|
||||
|
||||
"""The name of the field group"""
|
||||
fieldGroupName: String @deprecated(reason: "Use __typename instead")
|
||||
|
||||
"""
|
||||
Field of the "image" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
image: AcfMediaItemConnectionEdge
|
||||
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
objectFit: String!
|
||||
|
||||
"""
|
||||
Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsHeroSplitLayout" Field Group
|
||||
"""
|
||||
reverse: Boolean!
|
||||
}
|
||||
|
||||
"""
|
||||
The "GroupAbstractBuilderSectionsLayoutSettings" Field Group. Added to the Schema by "WPGraphQL for ACF".
|
||||
"""
|
||||
@@ -3487,6 +3566,52 @@ interface GroupAbstractBuilder_Fields implements AcfFieldGroup & AcfFieldGroupFi
|
||||
sections: [GroupAbstractBuilderSections_Layout]
|
||||
}
|
||||
|
||||
"""
|
||||
The "GroupAbstractMedia" Field Group. Added to the Schema by "WPGraphQL for ACF".
|
||||
"""
|
||||
type GroupAbstractMedia implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractMedia_Fields {
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
aspectRatio: String!
|
||||
|
||||
"""The name of the field group"""
|
||||
fieldGroupName: String @deprecated(reason: "Use __typename instead")
|
||||
|
||||
"""
|
||||
Field of the "image" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
image: AcfMediaItemConnectionEdge
|
||||
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
objectFit: String!
|
||||
}
|
||||
|
||||
"""
|
||||
Interface representing fields of the ACF "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
interface GroupAbstractMedia_Fields implements AcfFieldGroup & AcfFieldGroupFields {
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
aspectRatio: String!
|
||||
|
||||
"""The name of the field group"""
|
||||
fieldGroupName: String @deprecated(reason: "Use __typename instead")
|
||||
|
||||
"""
|
||||
Field of the "image" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
image: AcfMediaItemConnectionEdge
|
||||
|
||||
"""
|
||||
Field of the "button_group" Field Type added to the schema as part of the "GroupAbstractMedia" Field Group
|
||||
"""
|
||||
objectFit: String!
|
||||
}
|
||||
|
||||
"""
|
||||
The "GroupLayoutContained" Field Group. Added to the Schema by "WPGraphQL for ACF".
|
||||
"""
|
||||
@@ -7871,18 +7996,12 @@ enum PostStatusEnum {
|
||||
"""Content that is saved but not yet published or visible to the public"""
|
||||
DRAFT
|
||||
|
||||
"""Objects with the failed status"""
|
||||
FAILED
|
||||
|
||||
"""Objects with the future status"""
|
||||
FUTURE
|
||||
|
||||
"""Content that inherits its status from a parent object"""
|
||||
INHERIT
|
||||
|
||||
"""Objects with the in-progress status"""
|
||||
IN_PROGRESS
|
||||
|
||||
"""Content awaiting review before publication"""
|
||||
PENDING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user