graphql

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 using them.
Rashedul Alam
6 min read

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 using Insomnia.
Lawrence Eagles
5 min read

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 server.
Emmanuel Enya
6 min read

Create a GraphQL API with React and Phoenix 2

Build a GraphQL API using Phoenix and connect it with a React app.
Kayode Adeniyi
11 min read

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

Creating a Remix app with GraphQL

Remix allows applications to have a fast load time, and once the application is loaded, hydration kicks in and gives it client-side functionality.
Miracle Onyenma
10 min read

GraphQL vs. REST APIs: Why you shouldn’t use GraphQL

Discuss the drawbacks of using GraphQL, including performance issues, problems with GraphQL schemas, and complex queries.
Esteban Herrera
6 min read

Infinite scrolling with GraphQL

Pagination in a GraphQL API allows our frontend to query lists of items from an API. On our frontend, we can build infinite scrolling...
Miracle Onyenma
13 min read

How to use DataLoader with NestJS

Speed up data loading in your NestJS apps with DataLoader, a generic utility with an API that provides batching and caching functionality.
Samuel Olusola
8 min read

Understanding schema stitching in GraphQL

In this tutorial, you can learn what schema stitching is, why it is necessary, and how to stitch schemas together in GraphQL.
Sarah Chima Atuonwu
8 min read

Implementing pagination with GraphQL in NestJS

Using NestJS, GraphQl, and React, learn how to create a base pagination system that can be customized for any type of data or scenario....
Ovie Okeh
11 min read