• Resolved Kim Logronio

    (@kimrheen)


    Hi, does wpgraql mutations work on acf fields? I tried to do it but it returns null on all acf fields including title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Bahl

    (@jasonbahl)

    WPGraphQL for ACF does not currently support mutations. You can add your own support by registering input fields to the Schema and then hooking into the mutation lifecylce to save the data as ACF Field values.

    I know there’s at least been some experimentation with the concept here if you want to check out how they’re doing it: https://github.com/zngly/wp-graphql-acf-mutations

    • This reply was modified 1 year ago by Jason Bahl.
    Thread Starter Kim Logronio

    (@kimrheen)

    Thanks a lot sir!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Graphql Mutation for ACF’ is closed to new replies.