Skip to content

nevir/apollo-server

 
 

Repository files navigation

Apollo-server: A GraphQL server for Node.js

npm version Build Status Coverage Status Get on Slack

Contributions

Contributions, issues and feature requests are very welcome. If you are using this package and fixed a bug for yourself, please consider submitting a PR!

Folder structure

/src/core:

  • contains the core functionality that is independent of any particular node.js server framework

/src/integrations/<name>:

  • Contains the integrations for Node.js server framework <name> (i.e. express, HAPI, Koa, connect)

/src/test:

  • Contains only the tests.ts file that imports other tests. All real test files go in the same folder as the code they are testing, and should be named *.test.ts.

About

Apollo server GraphQL middleware for express

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%