Tag: graphql

React Logo Over a Gray Background

How to set up a GraphQL API using Serverless and React

Dev

Here, you can learn how to set up a serverless project using the Serverless Framework by building a sample GraphQL to-do API.

Brian Njenga
Jan 22, 2021 ⋅ 16 min read
Supporting Opt-in Nested Mutations in GraphQL

Supporting opt-in nested mutations in GraphQL

Dev

We argue the benefits of supporting nested mutations as an opt-in feature in GraphQL.

Leonardo Losoviz
Jan 13, 2021 ⋅ 8 min read
Data retrieval in GraphQL with React Apollo

Data retrieval in GraphQL with react-apollo

Dev

In this article, we will explore how to use the GraphQL query language with react-apollo to efficiently and seamlessly retrieve data from a server.

Belinda Ijeoma
Dec 25, 2020 ⋅ 4 min read
Comparing GraphQL Server in Javascript vs. Wordpress

Coding a GraphQL server in JavaScript vs. WordPress

Dev

Explore how building a GraphQL solution for WordPress may diverge from the standard JavaScript guidelines on several circumstances.

Leonardo Losoviz
Dec 21, 2020 ⋅ 12 min read
Building Graphql Server Fastapi Symbol

Building a GraphQL server with FastAPI

Dev

Here, you can get a quick introduction to FastAPI and learn how to set up a GraphQL server with it.

Ebenezer Don
Nov 23, 2020 ⋅ 9 min read
Making a GraphQL server compatible with Relay

Making a GraphQL server compatible with Relay

Dev

Relay is a technology that’s very opinionated, structured, and it ensures that you’re using your GraphQL server in the correct way.

Leonardo Maldonado
Nov 10, 2020 ⋅ 7 min read
The GraphQL and Golang logos.

3 tips for implementing GraphQL in Golang

Dev

Check out this tutorial for three useful tips for improving GraphQL’s performance using Golang.

Praise Adanlawo
Oct 20, 2020 ⋅ 6 min read
GraphQL logo over a sky background.

A complete guide to permissions in a GraphQL API

Dev

Learn how to implement permissions in GraphQL using three different methods: directives, middleware resolvers, and the GraphQL shield library.

Paramanantham Harrison
Oct 7, 2020 ⋅ 7 min read
Creating a Node.js GraphQL server using Prisma 2

Creating a Node.js GraphQL server using Prisma 2

Dev

In this article, we will be building a basic polling GraphQL server.

Jeremy Kithome
Sep 18, 2020 ⋅ 10 min read
GraphQL API Mocking With json-graphql-server

GraphQL API mocking with json-graphql-server

Dev

API mocking is a great way to prototype your application when live data is unavailable or unreliable. Learn how to mock GraphQL APIs with json-graphql-server.

Godwin Ekuma
Sep 16, 2020 ⋅ 2 min read
MiniQL: Building a Query Language in TypeScript

MiniQL: Building a query language in TypeScript

Dev

Is it ever OK to reinvent the wheel? We consider MiniQL, a tiny, GraphQL-inspired query language, in pursuit of the answer.

Ashley Davis
Sep 16, 2020 ⋅ 13 min read
Switch GraphQL to REST With Sofa

Switching from GraphQL to REST? Take a load off with Sofa

Dev

Sofa takes advantage of GraphQL’s standardized schemas and resolvers to map certain API concepts back to REST. It is designed to help you speed up migration to or support of REST in your API and provide your users with different API types.

Godwin Ekuma
Sep 11, 2020 ⋅ 7 min read