8000 GitHub - romandecker/fullstack-tutorial: ๐Ÿš€ The Apollo platform tutorial app
[go: up one dir, main page]

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%
0