pristas-peter / wp-graphql-gutenberg

Query gutenberg blocks with wp-graphql
https://wp-graphql-gutenberg.netlify.app
GNU General Public License v3.0
299 stars 61 forks source link

dynamicContent returns null #134

Open IlirBajrami opened 2 years ago

IlirBajrami commented 2 years ago

I am trying to fetch dynamicContent (Posts) with CoreQueryBlock from Query Loop Gutenberg block in wordpress but it returns null Screenshot 2022-01-27 at 17 30 23 I also tried to do the same with CorePostContentBlock and Post List block in wordpress but i get the same

Is this plugin supports dynamicContent and if yes, how do we fetch it?