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
- Host: GitHub
- URL: https://github.com/mrdulin/express-graphql-tutorial
- Owner: mrdulin
- License: mit
- Created: 2018-04-11T08:09:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T14:48:46.000Z (over 2 years ago)
- Last Synced: 2025-01-12T18:52:12.249Z (11 months ago)
- Topics: express-graphql, graphql, graphql-js, nodejs, nodejs-graphql
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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