Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadobot/graphql-example
Example using Graphql (Apollo), Express, MongoDB/Sequelize and React
https://github.com/kadobot/graphql-example
apollo express graphql mongodb mongoose react
Last synced: 17 days ago
JSON representation
Example using Graphql (Apollo), Express, MongoDB/Sequelize and React
- Host: GitHub
- URL: https://github.com/kadobot/graphql-example
- Owner: KadoBOT
- License: mit
- Created: 2017-06-25T16:59:34.000Z (over 7 years ago)
- Default Branch: t6-start
- Last Pushed: 2017-06-25T17:01:59.000Z (over 7 years ago)
- Last Synced: 2024-04-14T05:33:27.741Z (7 months ago)
- Topics: apollo, express, graphql, mongodb, mongoose, react
- Language: JavaScript
- Homepage:
- Size: 75.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-tutorial / Hermes
Full-stack GraphQL tutorials with React, Redux and Apollo1. Build a simple React app with GraphQL and Apollo
2. Build a simple GraphQL server in 15 mins
3. Adding mutations to your React/GraphQL appMore ideas for later (building on each other)...
... client:
- Advanced: updating the GraphQL store after mutations
- mutations and optimistic UI
- Pagination
- Developer tools for GraphQL
- A quick tour of GraphiQL... server:
- connecting to a REST backend
- connecting to a Mongo backend
- connecting to a SQL backend
- advanced: structuring your GraphQL server
- modularizing your GraphQL schema... full-stack
- CRUD mutations in GraphQL: create
- CRUD mutations in GraphQL: update
- CRUD mutations in GraphQL: delete