Using 2.8.0
Picking up from #214, where the same issue occurred with local images - null in production but valid in development. Not sure if the issue here is related.
Example project with public API endpoint.
Plugin config:
{
resolve: 'gatsby-source-graphcms',
options: {
endpoint: process.env.GRAPHCMS_API_ENDPOINT,
buildMarkdownNodes: true,
downloadLocalImages: true,
},
}
`