Skip to content

surfirst/graphql_typescript_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql_typescript_starter

  1. Run 'yarn build' to build.
  2. Run 'yarn dev:server' to start the web server.

If you see the following errors: Cannot find name 'AsyncIterator'. That's because we don't have the latest GraphQL type file. Find node_modules/@types/graphql/subscription/subscribe.d.ts and replace AsyncIterator and AsyncIterable to 'any'. Rebuild again.

About

A template for GraphQL project with typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published