https://github.com/bastiani/graphql-tests
My tests with graphql, jest and koa
https://github.com/bastiani/graphql-tests
graphql jest koa nodejs
Last synced: 3 months ago
JSON representation
My tests with graphql, jest and koa
- Host: GitHub
- URL: https://github.com/bastiani/graphql-tests
- Owner: Bastiani
- License: other
- Created: 2017-12-01T17:59:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T13:02:29.000Z (over 8 years ago)
- Last Synced: 2025-04-14T23:13:32.095Z (about 1 year ago)
- Topics: graphql, jest, koa, nodejs
- Language: JavaScript
- Size: 78.1 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/Bastiani/graphql-tests)
# Tests with GraphQL, Jest, Koa
My first contact with GraphQL, Jest and Koa
## Notes
* babel-preset-es2015 is deprecated instead i use
[babel-preset-env](http://babeljs.io/docs/plugins/preset-env/)
* I use [babel-node](http://babeljs.io/docs/usage/cli/#babel-node) instead of
[react-register](http://babeljs.io/docs/usage/babel-register/#top)
This project is licensed under the MIT License - see the
[LICENSE.md](LICENSE.md) file for details
## Annotations
### Links:
* [fun fun function](https://www.youtube.com/watch?v=lAJWHHUz8_8)
* [graphql-vs-rest-tutorial](https://www.toptal.com/api-development/graphql-vs-rest-tutorial)
* [relay-modern](https://facebook.github.io/relay/docs/en/relay-modern.html)
* [graphql](http://graphql.org/learn/)
* [howtographql](https://www.howtographql.com/)