Seeing similar issues over here. Tried both the 0.0.12 and @alpha build as suggested on the gatsby-source-strapi readme.
Currently the fronted fails building with this error:
Encountered an error trying to infer a GraphQL type for: localFile___NODE. There is no corresponding node with the id field matching: "0eeaaf7e-ead4-5290-abe8-b00b6e26c339"
I don’t have the word localFile anywhere in my repo and it only appears in the following node_modules: gatsby-source-strapi & import-local
Running gatsby clean doesn’t seem to help either. I’m running gatsby build --no-uglify when this happens…
I manually removed node_modules/import-local and the error remains, so the culprit is most definitely the gatsby-source-strapi plugin. I’ll investigate some more and open an issue on their repo if none exists already.