Backend Cafe

Backend Cafe

Follow
homeThe Fastify BookAboutFastify SeriesMercurius Seriesnewslettermembers
Tag

GraphQL

#graphql

More content

Read more stories on Hashnode


Articles with this tag

Dynamic GraphQL queries with Mercurius

Manuel SpigolonManuel Spigolon
Mar 19, 20239 min read 397 views

If you're using Fastify with Mercurius as your GraphQL adapter, you may be looking for some advanced usages. In this article, we'll explore a real...

Dynamic GraphQL queries with Mercurius

How to use DataLoader with Mercurius GraphQL

Manuel SpigolonManuel Spigolon
Oct 4, 20227 min read 296 views

Solve the N+1 Problem Using DataLoader with Mercurius GraphQL by Manuel Spigolon If you are using Fastify with Mercurius as the GraphQL adapter, you...

How to use DataLoader with Mercurius GraphQL

How to log useful data from a GraphQL request?

Manuel SpigolonManuel Spigolon
Aug 17, 20224 min read 1.3K views

by Manuel Spigolon If you are using Fastify and Mercurius as GraphQL adapter, you have faced the problem of logging the data sent by the client. If...

How to log useful data from a GraphQL request?

GraphQL Federation Playground with Mercurius

Manuel SpigolonManuel Spigolon
Feb 9, 20226 min read 1.8K views

by Manuel Spigolon You are going to read about a GraphQL project that is perfect for playing with to skill up on GraphQL by using: The Mercurius...

GraphQL Federation Playground with Mercurius