Questions tagged [wp-graphql]

107 questions
-1
votes
1 answer

Your wordpress server appears to be overloaded. [SOLVED]

I'm getting the error below when trying to call gatsby develop. ERROR #gatsby-source-wordpress-experimental_111007 gatsby-source-wordpress Your wordpress server at http://localwp/graphql appears to be overloaded Try reducing the…
-2
votes
1 answer

How to map a nested graphQL query in reactJS

I want to display the featuredImage -> mediaItemUrl from this response I am able to map the authorId and title stuff but how to get the Media URL for image const ALL_BLOGS = gql` { posts(last: 10) { nodes { authorId guid …
1 2 3 4 5 6 7
8