Having multiple graphql files and resolver files f...
# support-questions-legacy
s
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?