https://github.com/restuwahyu13/express-graphql
example how to use graphql in express
https://github.com/restuwahyu13/express-graphql
Last synced: 3 months ago
JSON representation
example how to use graphql in express
- Host: GitHub
- URL: https://github.com/restuwahyu13/express-graphql
- Owner: restuwahyu13
- Created: 2020-01-19T12:28:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T18:44:19.000Z (over 5 years ago)
- Last Synced: 2025-06-04T21:10:17.096Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## GraphQL Example One With Express

#### Cara Menjalankan dan Pengunaan:
**Sebelum** anda menjalan project ini silahkan install `dependencies packages` terlebih dahulu dengan cara `npm install`, anda juga harus memeliki koneksi `internet` dikarenakan nanti akan mendowload `packages` nya sesuai yang tertera di `package.json`, setelah selesai menginstall silahkan jalankan project ini dengan cara `npm run dev ` atau `npm run start`#### GraphQL Tutorial:
* [GraphQL](https://graphql.org/)
* [Tutorial Points](https://www.tutorialspoint.com/graphql/index.htm)
* [GraphQL Draft](http://spec.graphql.org/draft/)#### GraphQL Tools:
* [GraphQL Cool](https://www.graph.cool/)
* [Apollo](https://www.apollographql.com/)
* [Prisma](https://www.prisma.io/)
* [GraphQL CMS](https://graphcms.com/)
* [Voyager](https://apis.guru/graphql-voyager/)
* [Graphile](https://www.graphile.org/postgraphile/)
* [GraphQL Tools](https://github.com/apollographql/graphql-tools)
* [Apollo Client ](https://github.com/apollographql/apollo-client)
* [Apollo Server](https://github.com/apollographql/apollo-server)
* [Relay Client](https://relay.dev/)
* [GraphQL Yoga](https://github.com/prisma-labs/graphql-yoga)
* [Nexus](https://github.com/prisma-labs/nexus)
* [Graphiql](https://github.com/graphql/graphiql)
* [Express GraphQL](https://github.com/graphql/express-graphql)
* [GraphQL Playground](https://github.com/prisma-labs/graphql-playground)
* [URQL](https://github.com/FormidableLabs/urql)
* [Nodal](http://graphql.nodaljs.com/)