pristas-peter / wp-graphql-gutenberg-acf

Expose acf blocks through graphql
MIT License
62 stars 29 forks source link

ACF blocks are not added to schema on activation #27

Open tim9009 opened 3 years ago

tim9009 commented 3 years ago

ACF blocks are not added to schema on plugin activation. You need to save a post for it to be added. Is this the case for anyone else? It that case it would probably be a good idea for this to happen on plugin activation as having to save a post is not very intuitive in my opinion.

janfeldmann commented 3 years ago

This might be connected to this Merge Request I created inside the WP-GraphQL-Gutenberg Repo: https://github.com/pristas-peter/wp-graphql-gutenberg/pull/107

janfeldmann commented 3 years ago

@tim9009 This pull request was merged. Try to use the latest development branch of wp-graphql-gutenberg and check if your issue is fixed.