gatsby-source-graphql and File System Route API #30080
Unanswered
tglenister
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're trying to use the File System Route API on a GraphQL endpoint we are accessing through the gatsby-source-graphql plugin. The queries are only available in the schema under the
fieldName
we defined in gatsby-config, and we're trying to figure out where we can create the nodes so that they are available to the File System Route API. Our schema comes in likeso to access the data in the File System Route API we need to create nodes so it is shaped like allArticles, allAuthors, allVideos. If anyone can point us in the right direction, we'd be very grateful. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions