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

https://github.com/mrdulin/express-graphql-tutorial

Learning GraphQL with Express.js
https://github.com/mrdulin/express-graphql-tutorial

express-graphql graphql graphql-js nodejs nodejs-graphql

Last synced: 10 months ago
JSON representation

Learning GraphQL with Express.js

Awesome Lists containing this project

README

          

# nodejs-graphql

## Testing

```bash
npm test -- src/constructor-types/server.spec.ts
```

## References

- https://github.com/apollographql/apollo-server#comparison-with-express-graphql
- https://marmelab.com/blog/2017/09/06/dive-into-graphql-part-iii-building-a-graphql-server-with-nodejs.html#building-a-basic-graphql-server
- https://github.com/apollographql/GitHunt-API/blob/master/api/schema.js
- https://github.com/apollographql/graphql-tools/blob/master/designs/connectors.md
- https://github.com/facebook/dataloader
- http://graphql.cn/graphql-js/graphql-clients/
- https://www.apollographql.com/docs/react/essentials/get-started.html
- http://graphql.cn/graphql-js/graphql-clients/
- https://github.com/apollographql/GitHunt-React
- https://github.com/CaveOfCodeBlog/simple-apollo-server
- https://www.prisma.io/blog/graphql-server-basics-the-schema-ac5e2950214e/
- https://www.apollographql.com/docs/react/api/react-apollo.html#graphql-mutation-mutate
- https://www.apollographql.com/docs/link/links/state.html