Tag: graphql

Building an Android app with GraphQL

Dev

In this article, we will talk about GraphQL, where it shines over REST, and connect an Android application to a GraphQL server.

Emmanuel Enya
Jan 24, 2023 ⋅ 6 min read
Integrate TypeScript With GraphQL Using TypeGraphQL

How to integrate TypeScript with GraphQL using TypeGraphQL

Dev

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

Alexander Nnakwue
Nov 18, 2022 ⋅ 12 min read
Create a GraphQL API with React and Phoenix 2.

Create a GraphQL API with React and Phoenix 2

Dev

Build a GraphQL API using Phoenix and connect it with a React app.

Kayode Adeniyi
Nov 8, 2022 ⋅ 11 min read
Creating A Remix App With GraphQL

Creating a Remix app with GraphQL

Dev

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
Oct 10, 2022 ⋅ 10 min read
Infinite Scrolling With Graphql

Infinite scrolling with GraphQL

Dev

Pagination in a GraphQL API allows our frontend to query lists of items from an API. On our frontend, we can build infinite scrolling functionality.

Miracle Onyenma
Aug 2, 2022 ⋅ 13 min read

How to use DataLoader with NestJS

Dev

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

Samuel Olusola
Jul 19, 2022 ⋅ 8 min read
GraphQL Logo Over Colorful Yarn

Understanding schema stitching in GraphQL

Dev

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
Jul 12, 2022 ⋅ 8 min read
Implementing pagination with GraphQL in NestJS

Implementing pagination with GraphQL in NestJS

Dev

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
Jun 20, 2022 ⋅ 11 min read
Using GraphQL With Strawberry, FastAPI, And Next.js

Using GraphQL with Strawberry, FastAPI, and Next.js

Dev

Use FastAPI, Strawberry, and GraphQL in a Next.js app that improves developer experience by using types and automating the code generation.

Yasoob Khalid
Jun 10, 2022 ⋅ 18 min read
Pothos vs. TypeGraphQL for TypeScript schema building

Pothos vs. TypeGraphQL for TypeScript schema building

Dev

In this guide to Pothos and TypeGraphQL, compare their features and ideal use cases, and learn how to get started with GraphQL schema building in TypeScript.

Alexander Nnakwue
Jun 3, 2022 ⋅ 8 min read
Build A GraphQL App In Node.Js With TypeScript And Graphql-request

Build a GraphQL app in Node.js with TypeScript and graphql-request

Dev

Build a full-stack app using GraphQL and Node.js in the backend for a more user friendly interface with helpful elements and buttons.

Hussain Arif
Jun 2, 2022 ⋅ 9 min read
Visualizing GraphQL Schema With GraphiQL

Visualizing GraphQL schema with GraphiQL

Dev

Learn how to visualize your GraphQL schema with GraphiQL, the default visualizer for GraghQL, with this walkthrough tutorial.

Precious Luke
May 26, 2022 ⋅ 4 min read