wp-graphql / wp-graphql-acf

WPGraphQL for Advanced Custom Fields
https://wpgraphql.com/acf
626 stars 123 forks source link

Feature request: mutation #72

Closed iMohamedSamir closed 11 months ago

iMohamedSamir commented 5 years ago

Sup, wouldn't it be awesome if wp-graphql-acf supported mutation? since acf doesn't support post/get value in api as far as I know, I tried, very hard even with ACF to REST API plugin

Mambi commented 4 years ago

yes, it would be useful

ivanjeremic commented 4 years ago

For now, I need to use strapi or hasura because of this missing feature in wpgraphql-acf, any new status on when it will be implemented?

imarindam commented 4 years ago

Yes please! Much required!!

lance-anderson commented 3 years ago

Perhaps it's worth noting that wp-graphql exposes the register_graphql_mutation function which be used to leverage ACF's update_field function and other APIs for updating WP data.

vstrelianyi commented 3 years ago

would be great to have mutations build in the plugin. or at least there should be some kind of step-by-step instruction how to implement that... I have tried what you have advised.. but without any success.

colmobildev commented 1 year ago

It would be very useful!

jasonbahl commented 11 months ago

👋🏻 We are re-building WPGraphQL for ACF over here: https://github.com/wp-graphql/wpgraphql-acf.

I've created a new issue to track mutation support (and explain some current blockers). see: https://github.com/wp-graphql/wpgraphql-acf/issues/109

I'm going to close this in favor of tracking it in the new repo.