Tag: graphql

What's new in the GraphQL spec

What’s new in the latest GraphQL spec

Dev

Take a peek into the GraphQL RFC process and find out about what actually made it into the first new spec in three years.

Leonardo Losoviz
Dec 16, 2021 ⋅ 4 min read
When to use multiple endpoints in GraphQL

When to use multiple endpoints in GraphQL

Dev

Learn about the different use cases you might encounter in which it’s actually better to use multiple GraphQL endpoints instead of just one.

Leonardo Losoviz
Nov 29, 2021 ⋅ 7 min read
GraphQL Subscriptions Node Express

GraphQL subscriptions with Node.js and Express

Dev

GraphQL subscriptions allow you to generate notifications in real time when specific, preselected events occur via a pub/sub system.

Deepak Gupta
Nov 11, 2021 ⋅ 6 min read
What we can learn from GraphQLConf 2021

What we can learn from GraphQLConf 2021

Dev

We caught up on GraphQLConf 2021 so you don’t have to. Find out what everyone’s talking about in the GraphQL universe in this review.

Leonardo Losoviz
Oct 28, 2021 ⋅ 8 min read
Field arguments vs. directives in GraphQL

Field arguments vs. directives in GraphQL

Dev

What’s the difference between GraphQL field arguments and directives? Brush up on their unique capabilities and uses in this tutorial.

Leonardo Losoviz
Oct 21, 2021 ⋅ 9 min read
Swapping GraphQL servers with the least effort

Swapping GraphQL servers with the least effort

Dev

Learn how to use GraphQL queries as intermediaries between an application and its server, making it easy to swap servers when necessary.

Leonardo Losoviz
Sep 15, 2021 ⋅ 5 min read
Authorization through access control in GraphQL

Authorization through access control in GraphQL

Dev

Learn how to make the access and authorization decisions that will work for you and implement them in GraphQL with this detailed article.

Leonardo Losoviz
Sep 8, 2021 ⋅ 6 min read
GraphQL and Flutter Logos

Using GraphQL with Flutter: A tutorial with examples

Dev

This tutorial covers how to use GraphQL in a Flutter app, including how to make a query, make a mutation, and set up a subscription.

Chidume Nnamdi
Sep 6, 2021 ⋅ 7 min read
Configuring Any GraphQL Server With Envelop

Configuring any GraphQL server with Envelop

Dev

Follow this guide to see how Envelop allows you to write modular GraphQL plugins that can work on all GraphQL server implementations.

Eze Sunday
Aug 27, 2021 ⋅ 3 min read
Using Aliases GraphQL

Using aliases in GraphQL

Dev

If you’ve used GraphQL for your production application, you may have encountered a scenario where you needed your custom queries […]

Kumar Harsh
Aug 23, 2021 ⋅ 5 min read

Creating a scalable GraphQL API with MySQL, Node.js, and Apollo

Dev

Have a MySQL database? Learn how to create a usable, scalable GraphQL API using Apollo and Node that you can customize however you want.

Dirk Wolthuis
Aug 16, 2021 ⋅ 10 min read
Integrating GraphQL In A Blazor Application

Integrating GraphQL in a Blazor application

Dev

GraphQL is quickly becoming the default API choice for developers. Learn how to integrate a GraphQL API into a Blazor application.

Nwani Victory
Aug 12, 2021 ⋅ 9 min read