Hacker News
- Please stop using GraphQL for your databases https://twitter.com/t3dotgg/status/1555016671701544960 2 comments
- Hacker News Clone Using GraphQL and React https://github.com/clintonwoo/hackernews-react-graphql 181 comments
- Serverless GraphQL using with AWS and ent | ent https://entgo.io/blog/2022/01/04/serverless-graphql-using-aws 11 comments golang
- Wrote an article on building GraphQL server using gqlgen https://levelup.gitconnected.com/lets-go-and-build-graphql-api-with-gqlgen-bfea2f346ea1 3 comments golang
- Why use GraphQL over REST None 20 comments django
- Also found this content useful to compare GraphQL and REST approaches to API's Design https://medium.com/@back4apps/graphql-vs-rest-62a3d6c2021d 11 comments javascript
- How to use Postman with GraphQL APIs https://www.codetraveler.io/2019/01/12/how-to-use-postman-with-a-graphql-api/ 4 comments programming
- How we built Globoplay’s API Gateway using GraphQL https://medium.com/@andreeberhardt/how-we-built-globoplays-api-gateway-using-graphql-60ea52d96426 6 comments programming
- Building an Instagram clone using Vue.js 2, GraphQL and Graphcool https://medium.com/@kels_orien/building-an-instagram-clone-using-vue-js-2-graphql-and-graphcool-631651f87d76 8 comments webdev
- Why use GraphQL, good and bad reasons https://honest.engineering/posts/why-use-graphql-good-and-bad-reasons 19 comments programming
- Using GraphQL? Why Facebook now owns you https://medium.com/@dwalsh.sdlr/using-graphql-why-facebook-now-owns-you-3182751028c9 43 comments programming
- Using GraphQL? Why Facebook Now Owns You https://medium.com/@dwalsh.sdlr/using-graphql-why-facebook-now-owns-you-3182751028c9 11 comments javascript
- Using GraphQL with Typescript? https://github.com/chentsulin/awesome-graphql#example-ts 6 comments typescript
- GraphQL CMS v2 is ready to use https://medium.com/@sarkis.tlt/graphql-cms-v2-is-ready-to-use-bceee835e489#.ek5puazho 8 comments javascript
- GraphQL: 3 reasons not to use it https://blog.hitchhq.com/graphql-3-reasons-not-to-use-it-7715f60cb934 13 comments programming
- How to use Angular and GraphQL so you don’t need models in Angular. https://javascript.plainenglish.io/how-to-use-angular-and-graphql-so-you-dont-need-models-in-angular-6ab789f0e9d6 4 comments angular
- GraphQL Subscriptions: Why we use SSE/Fetch over Websockets https://wundergraph.com/blog/deprecate_graphql_subscriptions_over_websockets 9 comments javascript
- Starting out with GraphQL on GoLang - What are your experiences?/ What libs are you using? https://www.reddit.com/r/golang/comments/fvlhhb/starting_out_with_graphql_on_golang_what_are_your/ 23 comments golang
- Build a simple GraphQL API in Golang with MySQL and GORM using Gqlgen https://www.soberkoder.com/go-graphql-api-mysql-gorm/ 4 comments golang
- Is there any reason now to use Relay over Apollo for GraphQL? https://www.reddit.com/r/javascript/comments/6rcsqx/is_there_any_reason_now_to_use_relay_over_apollo/ 8 comments javascript
- Using GraphQL Code Generator to create a great developer experience with Typescript and GraphQL https://djangoshelton.medium.com/using-graphql-code-generator-to-create-a-great-developer-experience-with-typescript-and-graphql-30e30261b75 41 comments javascript
- How to use expo-splash-screen with an Apollo GraphQL project? https://docs.expo.dev/versions/latest/sdk/splash-screen/ 6 comments reactnative
- Full JWT Based Auth Implementation For Your React Apps Using a GraphQL API https://ludwiguer.medium.com/full-jwt-based-auth-implementation-for-your-react-apps-using-a-graphql-api-a8b83ad285f5?sk=d8259bd9609999ab216d5ef58be74b85 17 comments reactjs
- Django + GraphQL. Solving N+1 Problem using DataLoaders https://www.reddit.com/r/django/comments/b4uajh/django_graphql_solving_n1_problem_using/ 5 comments django
- Flask-socketio application using eventlet - how to add support for graphql subscriptions https://www.reddit.com/r/flask/comments/ax8xa9/flasksocketio_application_using_eventlet_how_to/ 3 comments flask
- Using Relay with AWS AppSync – Open GraphQL – Medium https://medium.com/open-graphql/using-relay-with-aws-appsync-55c89ca02066 3 comments reactjs
- You should be using GraphQL, a Ruby on Rails introduction https://medium.com/@unicornagency/you-should-be-using-graphql-a-ruby-introduction-9b1de3b001dd 22 comments ruby
- Here’s how I built analytics dashboards with GraphQL, Chart.js, and PostgreSQL. Spoiler alert, I used Cube.js to generate all the GraphQL analytic queries! https://cube.dev/blog/graphql-postgres-metrics-dashboard-with-cube/ 2 comments javascript
- Haskell Application using Neo4j + GraphQL (Hasbolt & Morpheus) https://github.com/gvolpe/musikell 7 comments haskell
- How to set up a GraphQL Server using Node.js, Express & MongoDB https://medium.freecodecamp.org/how-to-set-up-a-graphql-server-using-node-js-express-mongodb-52421b73f474 14 comments node
- Almost every write up I see for GraphQL uses an SQL DB. Is there an advantage to this over a nosql DB or is it application specific? https://www.reddit.com/r/webdev/comments/9u8y39/almost_every_write_up_i_see_for_graphql_uses_an/ 5 comments webdev
- Building URL shortener using React, Apollo and GraphQL — Part I https://hackernoon.com/building-url-shortener-using-react-apollo-and-graphql-part-i-467aef8c64ce 5 comments reactjs
- Write GraphQL node.js backends with easy to understand, declarative syntax using NestJS framework https://github.com/nestjs/graphql 7 comments webdev
- Using DataLoader to batch GraphQL requests (generally, solving the N+1 problem) http://gajus.com/blog/9/using-dataloader-to-batch-requests?ref=javascript 3 comments javascript
- Build a Pet Hotel web application with React, GraphQL, NodeJS, SQL, MongoDB or Firebase Firestore using ScaffoldHub https://scaffoldhub.io/courses/react-pet-hotel 19 comments reactjs
- Made a free online tool, originally for my own use, to visually navigate JSON data and grab paths by simply clicking on elements. Useful if you're trying to work those GraphQL outputs into your front-end! https://jsongoku.com/ 2 comments webdev
- Tomorrow I'll be live coding an e-commerce app using Next.js & Saleor GraphQL API (joined by Lee Robinson from Vercel and Patryk Zawadzki from Saleor). Let me know your questions! https://nextjs.org 16 comments reactjs
- A second part of the "GraphQL on Rails" guide which focuses on mutations–this mechanism is used to implement a simple authentication and data updates https://www.reddit.com/r/ruby/comments/c2h6ep/a_second_part_of_the_graphql_on_rails_guide_which/ 7 comments ruby
- graphql-typed-client: A tool which automatically generates TypeScript interfaces and a client library for any GraphQL endpoint. The client allows writing GraphQL requests using Javascript instead of GraphQL strings https://www.npmjs.com/package/graphql-typed-client 3 comments javascript
- GraphQL: A query language for APIs. Includes very useful interactive examples. If you never heard of it before, now is the time to look at it. https://graphql.github.io/learn/queries/ 54 comments javascript