Group
group
The Group field is native to ACF (FREE) and provides a way to structure fields into groups. It assists in better organizing the edit screen UI as well as the data.
Types Added to the Schema
Each ACF Field Group is added to the GraphQL Schema as an object type, named using the "graphql_field_name" or "graphql_type_name" field on the field group, implementing the AcfFieldGroup
Interface, and containing fields representing the fields of the group.
Resolve Type
Fields of the group
type will resolve to the corresponding object type added to the Schema to represent the group.
Field Settings
Below you will find information about how various ACF field settings can impact how the field will map to the GraphQL Schema and/or modify resolution of the field when queried.