Wordpress plugin which add mutations to ACF Fields
This plugin is still in active development. It is currently being used internally at Zngly.
https://packagist.org/packages/zngly/wp-graphql-acf-mutations
composer require zngly/wp-graphql-acf-mutations
Install and Activate plugin
Acf fields should show up in mutations
If an acf type needs a specific graphql type such as a custom enum then specify
"strict_graphql_type" => "MyCustomEnum"
in your acf config.
wp-graphql-acf-mutations
wp-graphql-acf-mutations
folder in your wp-content/plugins
folderwp-content/plugins/wp-graphql-acf-mutations
directory run composer install:prod
clone the repository
make sure you have composer and npm installed on your system
make sure you have XAMPP or something similar installed on your system
this will install wordpress along with the plugin
composer install:dev
composer watch
goto your wordpress installation in your localhost browser
finish the wordpress installation