Countries
ACF Extended Pro
Last Upated: Wednesday, Jan 31, 2024
acfe_countries
The Countries field is a custom ACF Field Type made available by the Advanced Custom Fields Extended PRO plugin.
Resolve Type
Fields of the acfe_countries
field type resolve to a "List of ACFE_Country" in the GraphQL Schema. This supports singular and multiple selections as a list can be either one or more than one values.
Types Added to the Schema
To support the Countries field type in the GraphQL Schema, additional GraphQL Object Types are added to the Schema.
- ACFE_Country (object type): The Object Type representing a Country with fields such as "name", "continent", "code" and more.
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.