Software Alternatives & Reviews

GraphQL Reviews

GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about GraphQL and what they use it for.
  • Efficiently Manage Your GraphQL API with API Gateway
    GraphQL is a powerful query language for APIs that allows developers to define the structure of the data they need from the server, and the server responds with only that data. This makes it much more efficient and flexible than traditional REST APIs, which often require multiple requests to retrieve the same data. However, managing GraphQL APIs can be complex and time-consuming, especially at scale. This is where... - Source: dev.to / 15 days ago
  • Serverless APIs
    AWS AppSync I'm keeping this section a bit shorter for you all, since AppSync is not something I have actually used personally, but have heard great things about. AppSync is another API option AWS has made available specifically for applications that want to take advantage of GraphQL or a Publish/Subscribe model. The GraphQL model may be of interest to front end developers that need to query multiple sources of... - Source: dev.to / 14 days ago
  • Which design do you prefer for handling nested objects for a backend API?
    You could solve that with a query parameter (includePosts=true) or by using GraphQL which was designed for only getting the data a client needs. - Source: Reddit / about 1 month ago
  • How to build a Nextjs blog with Hygraph and deploy to Vercel in 2023.
    *Resource: * To learn more about graphql, head over to https://graphql.org/. - Source: dev.to / about 2 months ago
  • Creating an App with React, Apollo, and GraphQL: A Step-by-Step Guide to Fetching Data and Error Handling
    GraphQL is a powerful query language for APIs (Application Programming Interface) that was developed by Facebook. It provides a more efficient, powerful, and flexible alternative to REST APIs (Representational State Transfer Application Programming Interface) for building modern web applications. With GraphQL, instead of requesting pre-defined data structures from a server, clients can specify exactly what data... - Source: dev.to / about 1 month ago
  • Build a Task Manager CRUD App with React and Hygraph
    Hygraph, formerly known as GraphCMS, is a backend-only content management system (i.e., a headless CMS) that uses GraphQL to query data and perform mutations (or updates) to the content, making it accessible via a single endpoint (API) for display on any device without a built-in frontend or presentation layer. It allows teams to use a single content repository to deliver content from a single source to endless... - Source: dev.to / about 1 month ago
  • Documenting a Go API with OpenAPI 3 Standard: A Practical Guide
    GraphQL is a newer API technology that provides a more flexible way of requesting data. It allows developers to send a single request to the server, specifying the exact data they need. This can help reduce the number of requests needed to retrieve data, and can improve performance. - Source: dev.to / about 1 month ago
  • #refineweek: Pilot & refine architecture
    Refine is inherently headless in its core API and deliberately agnostic about the UI and backend layers. Being so, it is able to provide fantastic support for major UI libraries and frameworks as well as popular backend frameworks and services. To name a few, refine's UI support packages include Ant Design, Material UI, Chakra UI and Mantine. Backend supplementary modules include Supabase, GraphQL, and NestJS. - Source: dev.to / about 1 month ago
  • Why you Should Use GraphQL APIs in your Next Project
    An exciting development in how we collect data via APIs is the GraphQL query language. Through this article, we will examine why we should use the GraphQL API in our next project with step-by-step implementation. - Source: dev.to / about 2 months ago
  • Struggling to Mock graphQL Data? Open Source apollo-mock-http to the Rescue.
    As a global financial technology platform company serving more than 100M consumer and small business customers around the world with TurboTax, Credit Karma, QuickBooks, and Mailchimp, accelerating development velocity is a top priority for Intuit. Like many large enterprise companies, our platform architecture is built on a modern SaaS development environment, and we take full advantage of technologies like React,... - Source: dev.to / about 2 months ago
  • How to become a software developer (Seriously)
    If you are still alive after learning these things here is your dessert graphql. - Source: dev.to / about 2 months ago
  • Simple example with NestJS and Mercurius 😻
    While for those unfamiliar with GraphQL it is a powerful query language for APIs and a runtime to satisfy those queries with existing data. It's an elegant approach that solves many typical REST API problems. - Source: dev.to / about 1 year ago
  • refine vs RedwoodJS
    It it based on several core technologies - GraphQL for making API calls, Prisma as an ORM, TypeScript for type safety (optional), Jest for testing, Pino for logging and Storybook to assist with creating UI. - Source: dev.to / 2 months ago
  • Introducing the Music Player: A High-Performance, Extensible Application for Digital Audio Playback
    The Music Player also uses gRPC and GraphQL as API, which allows for more flexibility and scalability compared to traditional REST APIs. Grpc is a high-performance, open-source framework for building remote procedure call (RPC) APIs, while GraphQL is a query language for APIs that allows for more fine-grained data retrieval. - Source: dev.to / 2 months ago
  • A Brief History of API: RPC, REST, GraphQL, tRPC
    All the problems mentioned about REST are resolved which you can simply see from the front page of the official website of GrqphlQL. - Source: dev.to / 3 months ago
  • Ask HN: Tutorials Written with Heavy Dependencies
    Raison d'être: https://graphql.org/ Assumes you’ve done some API design, maintenance, and/or usage, to grasp benefits. - Source: Hacker News / 3 months ago
  • NestJS GraphQL image upload into a S3 bucket
    In this tutorial I will explain how to upload images to a S3-compatible object storage (AWS S3, DigitalOcean Spaces, Linode Object Storage, etc.) bucket using NestJS and GraphQL for both Apollo and Mercurius drivers. - Source: dev.to / 3 months ago
  • I evidently don't understand what GraphQL is supposed to be doing. If you have a GraphQL endpoint (connected to a database), shouldn't you be relieved of writing any SQL queries?
    No, you got that right. GraphQL is a generic API protocol not tied to any data store. It's advantages over REST are highlighted on the website: https://graphql.org/. - Source: Reddit / 3 months ago
  • rest api and github project v2
    It is a bit difficult at the beginning but you'll get a hang of it once you start using it. I would suggest start at https://graphql.org/ and then you can use GraphQL explore to test it out. Check out GitHub's GraphQl explorer at https://docs.github.com/en/graphql/overview/explorer. - Source: Reddit / 3 months ago
  • Twitter API: How to Post and Get Analytics With the Twitter API
    Top Twitter API tip: Use Twitter API v2, which is based on GraphQL, for all calls except posting images and videos. Currently only v1.1 supports posting media such as images and videos. - Source: dev.to / 3 months ago
  • Pure GraphQL OAuth
    In this acticle I will make a tutorial on how to create a pure GraphQL OAuth2.0 microservice. - Source: dev.to / 4 months ago

Do you know an article comparing GraphQL to other products?
Suggest a link to a post with product alternatives.