apollo-server/README.md
2016-06-10 22:22:38 -07:00

1.1 KiB

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/bindings/:

  • Contains the bindings for Node.js server framework (i.e. express, HAPI, Koa, connect)

/test:

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