zngly / wp-graphql-acf-mutations

WP GraphQl ACF Mutations Plugin
Other
7 stars 1 forks source link
composer graphql php wordpress wordpress-plugin wpgraphql wpgraphql-plugin zngly

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Zngly - WpGraphql ACF Mutations (Beta)

Wordpress plugin which add mutations to ACF Fields

Note

This plugin is still in active development. It is currently being used internally at Zngly.

Install

https://packagist.org/packages/zngly/wp-graphql-acf-mutations

composer require zngly/wp-graphql-acf-mutations

Usage

Install and Activate plugin

Acf fields should show up in mutations

Specify Graphql Type

If an acf type needs a specific graphql type such as a custom enum then specify "strict_graphql_type" => "MyCustomEnum" in your acf config.

image

Limitations

Zip Install

  1. Download the Latest Release
  2. Extract the contents of the zip file into a folder wp-graphql-acf-mutations
  3. Place the wp-graphql-acf-mutations folder in your wp-content/plugins folder
  4. From wp-content/plugins/wp-graphql-acf-mutations directory run composer install:prod
  5. Activate the plugin

Dev Usage