graphql

End-To-End Type Safety With Next.js, Prisma, And GraphQL

End-to-end type safety with Next.js, Prisma, and GraphQL

Explore end-to-end type safety using Next.js, Prisma, and GraphQL by building a wishlist application that allows a user to bookmark items...
Alex Ruheni
15 min read
How To Build A GraphQL API With NestJS

How to build a GraphQL API with NestJS

GraphQL provides a complete and understandable description of the data in your API and makes it easier to evolve APIs over...
Godwin Ekuma
10 min read
Integrating GraphQL Subscriptions in an Angular App

Integrating GraphQL subscriptions in an Angular app

Learn how to integrate GraphQL subscriptions in an Angular app to get real-time updates from a WebSocket server when events occur.
Taminoturoko Briggs
10 min read
tRPC vs. GraphQL: Which is better for your projects?

tRPC vs. GraphQL: Which is better for your projects?

Learn how tRPC and GraphQL differ from each other across use case, programming language, framework of choice, and more in this...
David Adegoke
6 min read
How to use GraphQL in a Spring Boot app

How to use GraphQL in a Spring Boot app

In this post, learn how to define a GraphQL schema, generate data, write queries and mutations, and test in a Spring...
Cristian Rita
6 min read
Implement Cursor-Based Pagination GraphQL

How to implement cursor-based pagination in GraphQL

We discuss cursor-based pagination and demonstrate how to set up GraphQL cursor-based pagination with the Apollo Server.
Alec Brunelle
6 min read
Exploring The Best Graphql Data Visualization Tools

Exploring the best GraphQL data visualization tools

In this article, we will discuss using GraphQL Voyager, GraphiQL, and Altair to visualize your data and enhance your workflow.
Samson Omojola
10 min read
Visualizing GraphQL query data with Neo4J

Visualizing GraphQL query data with Neo4j

This article will discuss how we can use Neo4j and GraphQL to visualize query data and what problems we can solve...
Rashedul Alam
6 min read
Debugging GraphQL APIs with Insomnia

Debugging GraphQL APIs with Insomnia

Insomnia is an API client for designing, debugging, and testing APIs. In this article, we'll learn how to debug GraphQL APIs...
Lawrence Eagles
5 min read
Mocking GraphQL Requests Using The React Apollo Library

Mocking GraphQL requests using the React Apollo library

Mock GraphQL requests using the React Apollo library, which offers tools that can be integrated into React components.
Hassan Djirdeh
5 min read

Building an Android app with GraphQL

In this article, we will talk about GraphQL, where it shines over REST, and connect an Android application to a GraphQL...
Emmanuel Enya
6 min read
Integrate TypeScript With GraphQL Using TypeGraphQL

How to integrate TypeScript with GraphQL using TypeGraphQL

Build an API to integrate TypeScript with GraphQL using the TypeGraphQL library, which simplifies creating GraphQL APIs in Node.js
Alexander Nnakwue
12 min read