Skip to content

romandecker/fullstack-tutorial

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

209 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Forked version of the apollo tutorial to showcase an issue with apollo codegen:generate

To reproduce:

  1. Go to the client directory:
$ cd final/client
  1. Install dependencies:
$ yarn # or npm install
  1. Run apollo codegen:generate:
 $ npx apollo codegen:generate --target flow --includes src/sample-queries.js --localSchemaFile schema.json
  βœ” Loading Apollo Project
  βœ” Generating query files with 'flow' target - wrote 1 files

There are two queries defined in src/sample-queries.js, a valid one (which is correctly picked up by apollo-cli) and one with a syntax error, which is silently ignored - which might be a problem.

About

πŸš€ The Apollo platform tutorial app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.4%