I have Gatsby website which use `gatsby-source-wordpress` to query data. Currently I can't get access to language property to list available languages, or pages in different languages. It work's perfectly on wp-admin graphql playground. I read your documentation and noticed that you recommend using `gatsby-source-graphql` but it is not recommended by Gatsby team (and has some limitations). Is there a way to get the data with `gatsby-source-wordpress`?
The topic ‘[Closed] gatsby-source-graphql is not recommended by Gatsby team’ is closed to new replies.