You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Currently, the class-config.php file includes a massive switch statement and logic for all field types.
Each field should have it's own Class file, extending a generic AcfField class, which sets up how the field is mapped to the GraphQL Schema and how the fields resolve.