Join Discord
Powered by
Having multiple graphql files and resolver files f...
# support-questions-legacy
s
scherbatsky.jr
02/13/2022, 6:29 PM
Having multiple graphql files and resolver files for modules, should I fill the file paths there? ``return { schema: ['src/modules/*/graphql/*.graphql], rootValue: ['src/modules/*/*.resolver.ts'] } `` Something like this?
Previous
Next