AndreasFaust / gatsby-source-custom-api

Source data from any API and transform it to (File-)Nodes.
52 stars 25 forks source link

Image and or missing field issues - You are probably using the wrong version of Gatsby! #46

Open mikejw opened 2 years ago

mikejw commented 2 years ago

I've been having problems with this plugin as other have described.

My issue in particular was that after specifying image types for import the images would not be associated with the parent data objects in GraphQL. I noticed others have commented on potential problems with the version of Gatsby being used.

I have now confirmed this plugin works fine, as described, but as long as you are using Gatsby version 2.3.6 and React version 16.11.0.

The author should update the README.md as such.

Cheers, Mike