wp-graphql / wp-graphql-acf

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

fix(term): removing deprecated resolve_term_object function #357

Closed yanmorinokamca closed 1 year ago

yanmorinokamca commented 1 year ago

Same patch than resolve_post_object but for term.

chrillep commented 1 year ago

@jasonbahl ping! :)

ref:

jasonbahl commented 1 year ago

@yanmorinokamca @chrillep @PhongGCS @sebastiantiede I'll approve and merge this, but I'll be doing very limited support of this repo.

This plugin is being re-built over here: https://github.com/wp-graphql/wpgraphql-acf and going forward I'll be supporting that version of the plugin.

It is a complete re-write of WPGraphQL for ACF. I recommend upgrading when you can, but you will likely need to make some adjustments to your queries in your client code as the Schema does have some changes for some fields (primarily relationship fields like Post Object field, User field, etc)