How do createSchemaCustomization
/createResolvers
know where to look for files?
#33056
-
Hi, I'm following this Using Type Definitions example. I understand most of them but I don't understand how it can find the I know that they are resolved with this configuration in the {
resolve: `gatsby-source-filesystem`,
options: {
name: `data`,
path: `./src/data/`,
},
} However, what I don't get is on what line on the Let's say that instead of the file named Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, I figured it out. It comes from |
Beta Was this translation helpful? Give feedback.
Ok, I figured it out. It comes from
gatsby-transformer-json
's configuration.