Skip to content

Releases: shawnkoon/graphql-server-starter

GraphQL server with TypeScript!

15 Nov 04:42
5a5a62e
Compare
Choose a tag to compare

🎉 GraphQL server with TypeScript is here.

  • JS -> TS conversion.
  • Add tslint, typechecking, js build, prod/dev server has been implemented to the project.
  • Babel has been removed from the package as it can be replaced by using tsc.

🥁What is the next step?

  • More solidified example of the basic server.
  • Unit Test + test coverage.
  • Update ReadMe, so this package can be consumed by people easily.

source : https://github.com/shawnkoon/graphql-server-starter/tree/v1.0.0

Basic GraphQL server.

05 Nov 03:45
Compare
Choose a tag to compare

🎉 Basic GraphQL server is here

  • Basic implementation for Schema, Resolver, Server implementation has been written.
  • Added mock feature to the server to mock unwritten resolvers can be mocked as long as they are Scala types.
  • Many of the ideas were from here. So check it out :)

🥁What is the next step?

  • More solidified example of the basic server.
  • TypeScript conversion.
  • Unit Test + test coverage.

source : https://github.com/shawnkoon/graphql-server-starter/tree/v1.0.0