Currencies
ACF Extended Pro
Last Upated: Thursday, Feb 1, 2024
acfe_currencies
The Currencies field is a custom ACF Field Type made available by the Advanced Custom Fields Extended PRO plugin.
Resolve Type
Fields of the acfe_currencies
field type resolve to a "List of ACFE_Currency" 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 Currencies field type in the GraphQL Schema, additional GraphQL Object Types are added to the Schema.
- ACFE_Currency (object type): The Object Type representing a Currency 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.