Follow references when loading documents with CodeFileLoader #7918
Unanswered
openscript
asked this question in
Q&A
Replies: 1 comment
-
I am not sure what you mean by "references"? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Gatsby is loading some documents via the
CodeFileLoader
here. I've been takinggatsby-node.ts
apart into different files. They all export a function and in thegatsby-node.ts
I'm awaiting for them:So the
CoeFileLoader
searches ingatsby-node.ts
forgraphql
usages, but it doesn't follow the references. Here for example toCreateGenericPages
. Is there any possibility to make it follow these references or is the approach to let it search the wholesrc
anyway?Beta Was this translation helpful? Give feedback.
All reactions