Tag: graphql

Building A Serverless Postgres-Powered GraphQL API With Neon Db, Prisma Orm, And Apollo Server

Building a serverless GraphQL API with NeonDB and Prisma

Dev

Combine NeonDB, Prisma ORM, and Apollo Server within a serverless architecture to achieve a fully functional and scalable GraphQL API.

Nitish Sharma
Feb 8, 2024 ⋅ 12 min read
GraphQL Vs. REST APIs: Why You Shouldn’t Use GraphQL

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

Dev

This article discusses the drawbacks of using GraphQL, including performance issues, problems with GraphQL schemas, and complex queries.

Esteban Herrera
Dec 14, 2023 ⋅ 9 min read
End-To-End Type Safety With Next.js, Prisma, And GraphQL

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

Dev

Explore end-to-end type safety using Next.js, Prisma, and GraphQL by building a wishlist application that allows a user to bookmark items from the internet.

Alex Ruheni
Aug 29, 2023 ⋅ 15 min read
How To Build A GraphQL API With NestJS

How to build a GraphQL API with NestJS

Dev

GraphQL provides a complete and understandable description of the data in your API and makes it easier to evolve APIs over time.

Godwin Ekuma
Aug 3, 2023 ⋅ 10 min read
Integrating GraphQL Subscriptions in an Angular App

Integrating GraphQL subscriptions in an Angular app

Dev

Learn how to integrate GraphQL subscriptions in an Angular app to get real-time updates from a WebSocket server when events occur.

Taminoturoko Briggs
Aug 2, 2023 ⋅ 10 min read
tRPC vs. GraphQL: Which is better for your projects?

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

Dev

Learn how tRPC and GraphQL differ from each other across use case, programming language, framework of choice, and more in this comparison.

David Adegoke
Jul 11, 2023 ⋅ 6 min read
How to use GraphQL in a Spring Boot app

How to use GraphQL in a Spring Boot app

Dev

In this post, learn how to define a GraphQL schema, generate data, write queries and mutations, and test in a Spring Boot app.

Cristian Rita
Jun 12, 2023 ⋅ 6 min read
Implement Cursor-Based Pagination GraphQL

How to implement cursor-based pagination in GraphQL

Dev

We discuss cursor-based pagination and demonstrate how to set up GraphQL cursor-based pagination with the Apollo Server.

Alec Brunelle
Jun 9, 2023 ⋅ 6 min read
Exploring The Best Graphql Data Visualization Tools

Exploring the best GraphQL data visualization tools

Dev

In this article, we will discuss using GraphQL Voyager, GraphiQL, and Altair to visualize your data and enhance your workflow.

Samson Omojola
Apr 27, 2023 ⋅ 10 min read
Visualizing GraphQL query data with Neo4J

Visualizing GraphQL query data with Neo4j

Dev

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
Mar 28, 2023 ⋅ 6 min read
Debugging GraphQL APIs with Insomnia

Debugging GraphQL APIs with Insomnia

Dev

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
Mar 20, 2023 ⋅ 5 min read
Mocking GraphQL Requests Using The React Apollo Library

Mocking GraphQL requests using the React Apollo library

Dev

Mock GraphQL requests using the React Apollo library, which offers tools that can be integrated into React components.

Hassan Djirdeh
Jan 26, 2023 ⋅ 5 min read