-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL Error Field must not have a selection since type "String" has no subfields. #2
Comments
@BCOA looking at this now |
@BCOA @axelboc @joshuarule Can you all see if the changes in the latest master f94bf4b, fix your issues?... Thank you! |
Awesome! So now it's reading the images as files which is great but I'm probably holding something wrong on the front end. With gatsby-image i'm doing this below but getting
|
@joshuarule looks like you’re missing |
@danielmahon Ahh yes! Works perfectly now. Thanks so much for the help. This issue was really stressing me out for about a week so it's really great to see it working now. Also I originally posted from @BCOA so you can close this ticket! |
Daniel, Thanks for your work on this module! I've been trying to get this setup over this weekend and just keep coming up against this error no matter what I have tried. This is undoubtedly user error on my end but I was hoping you might give a quick eye to my problem. Maybe you will see something quickly that I'm just missing.
https://github.com/BCOA/bcoa.com/blob/relativeImages/gatsby-node.js
https://github.com/BCOA/bcoa.com/blob/relativeImages/gatsby-config.js
Page / Collection Query: https://github.com/BCOA/bcoa.com/blob/relativeImages/src/templates/news.js#L100-L109
Test Data: https://github.com/BCOA/bcoa.com/blob/relativeImages/src/pages/articles/test.md
I come across this error in GraphiQL and when I run gatsby-develop
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: