NearformforNearformnearform.hashnode.dev·Dec 8, 2023Introducing Mercurius Dynamic SchemaBy Alfonso Graziano A NearForm package that supercharges your GraphQL server and extends the functionality of Mercurius We’re pleased to introduce Mercurius Dynamic Schema, a new package by NearForm. This package is designed to supercharge your Graph...1 likeiwritecode
Mike AUBENASforFlexperflexper.hashnode.dev·Mar 26, 2023unify-errors : Unify all errors across protocols and libsPresentation Properly handling errors is crucial for building reliable and stable applications. unify-errors is a TypeScript library that provides a simple and consistent way to define and handle errors across your NodeJS HTTP server. It includes a s...Our librariesTypeScript
NearformforNearformnearform.hashnode.dev·Mar 24, 2023Mercurius and Apollo InteroperabilityBy Davide Fiorello What is GraphQL GraphQL is a query language for APIs; it provides a clear and complete description for your data and allows the client to retrieve the data it needs. The API can be defined using a schema that allows the client to k...1 like·35 readsiwritecode
Manuel SpigolonforBackend Cafebackend.cafe·Mar 19, 2023Dynamic GraphQL queries with MercuriusIf 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 world example with Dynamic GQL queries with Mercurius. The example we will discuss is only one scenari...1 like·201 readsMercuriusbackend
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Mar 16, 2023Platformatic v0.18.0 - GraphQL and OpenAPI support for Service, automatic config update, and many more fixesHey Folks, we have been working hard in the last week to help reduce friction while building backend development. Unfortunately, this has led to a breaking change. In Platformatic DB, you used to write: { "core": { "connectionString": "..." }...140 readsrelease notes
Manuel SpigolonforBackend Cafebackend.cafe·Oct 4, 2022How to use DataLoader with Mercurius GraphQLSolve the N+1 Problem Using DataLoader with Mercurius GraphQL by Manuel Spigolon If you are using Fastify with Mercurius as the GraphQL adapter, you are probably looking for a solution to the N+1 problem. This article will show you how to solve it an...247 readsMercuriusGraphQL
Manuel SpigolonforBackend Cafebackend.cafe·Aug 17, 2022How to log useful data from a GraphQL request?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 you are not using Fastify, the fastest Node.js web framework and Mercurius GraphQL adapter, nevermind...2.3K readsMercuriusGraphQL