An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Bastiani/graphql-tests.svg?branch=master)](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/)