Tag: graphql

The GraphQL logo.

A guide to the GraphQL Mesh library

Dev

Learn how GraphQL mesh can benefit frontend developers and end users alike with its capabilities to integrate data of all kinds of different formats.

J Simpson
May 28, 2020 ⋅ 7 min read
Making REST More Human With GraphQL

Making REST more human with GraphQL

Dev

One of the biggest hidden benefits of GraphQL is its human-friendliness.

Bernardo Raposo
May 25, 2020 ⋅ 10 min read
Common Anti-patterns In GraphQL Schema Design

Common anti-patterns in GraphQL schema design

Dev

When building out a new GraphQL schema, be on the lookout for these common anti-patterns.

Vilva Athiban P B
May 18, 2020 ⋅ 5 min read
How to Create a GraphQL Server in Rust

How to create a GraphQL server in Rust

Dev

Rust is a great option for building reliable and performant web backends in general, and its powerful macro support makes working with GraphQL an absolute pleasure.

Joshua Cooper
May 14, 2020 ⋅ 6 min read
building graphql API with nextjs feature image

Building a GraphQL server in Next.js via API routes

Dev

Learn how to use API routes to set up a GraphQL API within a Next.js app.

Leigh Halliday
May 14, 2020 ⋅ 6 min read
GraphQL Directives Are Underrated

GraphQL directives are underrated

Dev

You won’t read much about them in the countless blog posts about GraphQL scattered across the web, but directives are among the most powerful features of the popular query language.

Leonardo Losoviz
May 13, 2020 ⋅ 12 min read
The GraphQL logo set against a space background.

Security and performance tips and tricks for your GraphQL servers

Dev

This post gives you a few tips to optimize security and performance in your GraphQL applications.

Gbolahan Olagunju
Apr 28, 2020 ⋅ 4 min read
Create a Movie Rating App With Keystone.js

Create a movie rating app with Keystone.js

Dev

Learn how to build a movie rating app with Keystone.js, a flexible CMS with GraphQL support that enables you to quickly define schemas and integrate with PostgreSQL and MongoDB.

Michiel Mulders
Apr 21, 2020 ⋅ 6 min read
Versioning Fields In GraphQL

Versioning fields in GraphQL

Dev

Unlike REST, GraphQL supports both versioning and evolution as methods to handle breaking changes.

Leonardo Losoviz
Apr 15, 2020 ⋅ 9 min read

Handling authentication in your GraphQL-powered Vue app

Dev

In this post, we’ll look at how we can handle authentication of our GraphQL APIs with vue-router, vue-apollo, and Vuex.

Anjolaoluwa Adebayo-Oyetoro
Apr 13, 2020 ⋅ 10 min read
Speeding Up Changes to the GraphQL Schema

Speeding up changes to the GraphQL schema

Dev

Principled GraphQL outlines an architectural strategy that enables teams to pluck resolvers in and out of the schema on an ad-hoc basis, making the schema dynamic.

Leonardo Losoviz
Apr 9, 2020 ⋅ 7 min read
Comparing hooks libraries for GraphQL

Comparing hooks libraries for GraphQL

Dev

React class components require you to maintain lots of abstractions. React Hooks maintain the logic as a function, eliminating the need to encapsulate it.

Ganesh Mani
Mar 24, 2020 ⋅ 10 min read