Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sibelius
Created November 17, 2019 00:58
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sibelius/a337cdd1e804cfbb45dcb138d6b10600 to your computer and use it in GitHub Desktop.
Save sibelius/a337cdd1e804cfbb45dcb138d6b10600 to your computer and use it in GitHub Desktop.
Relay Config that works well with monorepo, you can spread your fragments in many packages
module.exports = {
schema: './data/schema.graphql',
language: 'typescript',
src: '../.',
include: [
'./web/src/**',
'./shared/src/**',
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment