Skip to content

This project is a boilerplate for a GraphQL, Apollo Server, and Typescript backend.

License

Notifications You must be signed in to change notification settings

jklamert/GQL-Apollo-Server-Typescript-Boilerplate

Repository files navigation

GQL-Apollo-Server-Typescript-Boilerplate

This project is a boilerplate for a GraphQL, Apollo Server, and Typescript backend.

Quick Start

To start the project:

npm run start

To run the baseline test:

npm test

To compile the project:

npm run compile

To generate code using codegen:

npm run generate

About

The project is set to compile automatically on start. This is to make sure the latest is always being used. Code gen is used and the configuration can be found in 'codegen.yml'. You may learn more about it here.

The default testing setup is using Jest. The default schema is very limited and exist just to make sure the baseline works. Be sure to replace the base schema, resolvers, and data sources with your own implementations.

No database connectors are included with the project.

License

GitHub license

MIT

About

This project is a boilerplate for a GraphQL, Apollo Server, and Typescript backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published