wp-graphql / wp-graphql-acf

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

v0.6.0 - extension plugin not showing fields #269

Closed jasonbahl closed 11 months ago

jasonbahl commented 3 years ago

When using the v0.6.0 branch of the plugin, extensions such as ACF Image Aspect Ratio are not showing their custom Types / Fields.

Code for this extension can be found here: https://github.com/joppuyo/acf-image-aspect-ratio-crop/blob/master/acf-image-aspect-ratio-crop.php#L339-L347

jasonbahl commented 11 months ago

Closing as the new version of the plugin has a new API for custom field types to register their support for GraphQL.

see: https://github.com/wp-graphql/wp-graphql-acf/issues/349#issuecomment-1626319930