DEV Community

Discussion on: How to build a Gatsby plugin to display your DEV posts

Collapse
 
rishabk7 profile image
Rishab Kumar

Hey Matt, great stuff! although I have been getting this error for the datasource, Also, I don't see devArticle in the explorer.(On side note, I am quite new to Gatsby)
ERROR #85923 GRAPHQL

There was an error in your GraphQL query:

Cannot query field "devArticle" on type "Query".

If you don't expect "devArticle" to exist on the type "Query" it is most likely a typo.
However, if you expect "devArticle" to exist there are a couple of solutions to common problems:

Collapse
 
vish448 profile image
Vishang

Hey RishabKumar, how did you end up resolving this.
I am having the same issue. Previously, it was working fine and I was able to get all my articles on the gatsby page. Recently, it's just stop working. Any suggestions?

Collapse
 
ascorbic profile image
Matt Kane

Hey. That means that no articles are coming through. Did you set the API key? You can also try loading the API in your browser and see what comes through