Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Document how to add support for ACF Extensions #225

Closed
jasonbahl opened this issue Mar 5, 2021 · 2 comments
Closed

Document how to add support for ACF Extensions #225

jasonbahl opened this issue Mar 5, 2021 · 2 comments

Comments

@jasonbahl
Copy link
Contributor

WPGraphQL for ACF supports mapping core ACF fields to the WPGraphQL Schema.

ACF has a robust extension ecosystem with custom fields. This plugin can't support the entire ACF extension ecosystem out of the box, but instead, we can provide documentation so ACF plugin authors can provide WPGraphQL support themselves, or developers working on specific implementations can add support for their projects.

Action:

There are hooks and filters in the plugin that allow ACF extensions to be hooked in and supported. We need to add documentation to the README (or where applicable) to show how this can be done.

@manspaniel
Copy link

Hi! Any hints as to which hooks/filters are relevant to this?

@jasonbahl
Copy link
Contributor Author

Closing this as it's being tracked in the new repo over here now: wp-graphql/wpgraphql-acf#48

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants