Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

GraphQL

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

GraphQL Reviews and details

Screenshots and images

  • GraphQL Landing page
    Landing page //
    2023-08-01

Badges & Trophies

Promote GraphQL. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

REST vs. GraphQL: Critical Look

REST vs GraphQL - What's the best kind of API?

What Is GraphQL?

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about GraphQL and what they use it for.
  • Building Scalable GraphQL Microservices With Node.js and Docker: A Comprehensive Guide
    GraphQL is a query language and runtime for APIs. It provides a flexible and efficient way for clients to request and retrieve specific data from a server using a single API endpoint. - Source: dev.to / 17 days ago
  • Type-Safe Fetch with Next.js, Strapi, and OpenAPI
    When you use technologies like GraphQL, it is trivial to derive TypeScript types. A GraphQL API is created by implementing a schema. Generating the TypeScript type definitions from this schema is simple, and you do not have to do any more work than just making the GraphQL API. This is one reason why I like GraphQL so much. - Source: dev.to / 25 days ago
  • REST vs. GraphQL: A Detailed Comparison of API Architectures for Developers
    REST and GraphQL have advantages, drawbacks, and use cases for different environments. REST is for simple logic and a more structured architecture, while GraphQL is for a more tailored response and flexible request. - Source: dev.to / about 1 month ago
  • Gatsby tutorial: Build a static site with a headless CMS
    A Gatsby site uses Gatsby, which leverages React and GraphQL to create fast and optimized web experiences. Gatsby is often used for building static websites, progressive web apps (PWAs), and even full-blown dynamic web applications. - Source: dev.to / about 1 month ago
  • Rust GraphQL APIs for NodeJS Developers: Introduction
    In my usual NodeJS tech stack, which includes GraphQL, NestJS, SQL (predominantly PostgreSQL with MikroORM), I encountered these limitations. To overcome them, I've developed a new stack utilizing Rust, which still offers some ease of development:. - Source: dev.to / 7 months ago
  • How to convert a TypeScript built-in enum to a GraphQL enum
    At Woovi we are GraphQL lovers, hence we develop many helpers around this tool to bring a good developer experience. - Source: dev.to / 4 months ago
  • How to Build & Deploy Scalable Microservices with NodeJS, TypeScript and Docker || A Comprehesive Guide
    A query language for APIs that allows clients to request only the data they need. It provides a more flexible and efficient alternative to RESTful APIs. GraphQL provides a single endpoint for multiple data sources, making it efficient for clients to retrieve only the necessary information forexample if a Node.js microservice uses GraphQL, a client can send a query to request specific data, and the GraphQL... - Source: dev.to / 3 months ago
  • Embracing the Headless Channel in Xperience by Kentico
    This approach is particularly beneficial for teams looking to enhance their digital presence without the need for extensive coding or software development. By leveraging the GraphQL API endpoint, developers can prepare and execute queries to retrieve the desired content. This makes the Headless Channel a valuable tool 🔨 for content managers and developers, offering ease of use and practicality. - Source: dev.to / 4 months ago
  • Building a CRUD application with React, TypeScript, TypeORM, MySQL, GraphQL, and NodeJs | Part A
    To know about Graphql and why it's being used head over to for more details, Now let's cut to the chase. - Source: dev.to / 5 months ago
  • Supercharging Your App Development: Unleashing the Full Potential of React Native
    GraphQL is an excellent choice for real-time data synchronization in React Native apps. By using GraphQL, you can retrieve precisely the data you need and receive updates in real-time, reducing network usage and providing a seamless user experience. Source: 5 months ago
  • NextJS vs RedwoodJS
    On the other hand, RedwoodJS is a full-stack framework that utilizes React on the frontend and GraphQL on the backend. It aims to facilitate the easy construction and maintenance of complex web applications by providing a consistent structure and a set of conventions for code organization. RedwoodJS also incorporates support for serverless deployment, making it a good choice for building scalable and... - Source: dev.to / 5 months ago
  • Unlocking the Power of GraphQL for Beginners: A Step-by-Step Guide to Integrating GraphQL into Your Existing Project
    Resolvers provide the instructions for turning a **GraphQL** operation (a query, mutation, or subscription) into data. They return the same shape of data we specify in our schema — either synchronously or as a promise that resolves to a result of that shape. Typically, you create a resolver map manually. The @nestjs/graphql package, on the other hand, generates a resolver map automatically using the metadata... - Source: dev.to / 5 months ago
  • How to Write a GraphQL Query
    Today, we will explore the basics of GraphQL and learn how to structure queries and retrieve data from a GraphQL API While no prior experience with GraphQL is required, having some familiarity with React and TypeScript will be helpful in understanding the concepts we'll cover. Whether you're a seasoned developer or a newbie like me, this guide will provide a comprehensive introduction to help you get started with... - Source: dev.to / 6 months ago
  • How To Get Type-Safety Frontend Queries Like GraphQL Without GraphQL Using Typescript
    However, there is one feature listed on the front page of GraphQL's official website that I miss very much:. - Source: dev.to / 6 months ago
  • Apollo GraphQL Implementation in NestJs
    GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data (definition from https://graphql.org/). Before graphQL most web application (still) replies on REST Api as a channel between backend and frontend. The drawbacks of REST Api are:. - Source: dev.to / 6 months ago
  • Harnessing DDD Aggregates with GraphQL: A Deep Dive
    Thus, navigation properties only make sense when we are quite sure that the aggregate size is reasonably small. I found that the whole banana-gorilla-jungle thing is much less of a hustle when using GraphQL rather than traditional REST-like APIs, at least on the query side of things. Consider the following GraphQL schema definition:. - Source: dev.to / 6 months ago
  • Building a Complete React CRM App with refine, Ant Design and GraphQL
    We used GraphQL for effective data retrieval and updating from our server. Additionally, we integrated GraphQL Subscriptions to manage real-time modifications. - Source: dev.to / 7 months ago
  • Learning Web Development Together with a Real Project
    We manage some data, specifically from the GitHub APIs using the GraphQL endpoint and React Query. - Source: dev.to / 8 months ago
  • What is a Visual Headless CMS (aka Visual CMS)?
    It just means the content is made accessible through either a GraphQL or REST API and can be displayed on pretty much any device you can think of. The magic here is that the headless CMS separates the backend (where you create and store content) from the frontend (where design and deployment happen), leaving the frontend presentation out of its scope. - Source: dev.to / 10 months ago
  • Create API with GraphQL, Prisma, and MongoDB
    GraphQL is a server-side runtime and a query language for APIs. It allows developers to define queries that define the exact structure of the data they require, eliminating the over-fetching and under-fetching of data. Hence, it has become popular over REST APIs in modern application development. - Source: dev.to / 10 months ago
  • Add GraphQL to Next.js Route Handler
    This article describes basic approach to add GraphQL API to Next.js Route Handler. - Source: dev.to / 10 months ago

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

Suggest an article

Generic GraphQL discussion

Log in or Post with

This is an informative page about GraphQL. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.