Tag: graphql

Debugging GraphQL with Altair

Debugging GraphQL with Altair

Dev

Altair is a Chromium developer tool that streamlines debugging methods for GraphQL APIs.

Lawrence Eagles
Apr 20, 2022 ⋅ 5 min read
Django GraphQL Project Graphene

Django and GraphQL: Demo project with Graphene

Dev

Django with GraphQL can be more powerful and extensible than Django with REST API. View a samlpe Django and GraphQL project with Graphene.

Tigran Bayburtsyan
Apr 19, 2022 ⋅ 5 min read
Typescript Gatsby Project Set Up Nocdn

Setting up a TypeScript and Gatsby project with GraphQL

Dev

Explore Gatsby and its usage with GraphQL and TypeScript. Learn to fetch data in Gatsby apps using GraphQL with either page queries or StaticQuery.

Yomi Eluwande
Apr 13, 2022 ⋅ 9 min read
Exploring the future potential of generic GraphQL error codes

Exploring the future potential of generic GraphQL error codes

Dev

What if GraphQL supported a set of generic error codes? Read about one engineer’s journey to implement them on his own GraphQL server.

Leonardo Losoviz
Apr 6, 2022 ⋅ 14 min read
GraphQL Vs. GRPC Vs. REST Choosing Right API

GraphQL vs. gRPC vs. REST: Choosing the right API

Dev

Understand the three most popular API technologies, GraphQL, gRPC, and REST, to share data between clients and servers.

Samson Omojola
Apr 5, 2022 ⋅ 7 min read
Creating A GraphQL Server With Ktor

Creating a GraphQL server with Ktor

Dev

In this article, you will learn about setting up GraphQL in Ktor and exposing an existing datasource as a GraphQL API.

Jobin Lawrance
Mar 17, 2022 ⋅ 4 min read
Data Fetching With Gatsby And GraphQL

Data fetching with Gatsby and GraphQL

Dev

Use GraphQL to fetch data from a Gatsby configuration and different sources including the file system, external APIs, databases, and CMSs.

Ibadehin Mojeed
Feb 17, 2022 ⋅ 14 min read
GraphQL Local State Management With Apollo

GraphQL local state management with Apollo

Dev

Set up a GraphQL API in Node.js and use Apollo Client to manage state data locally in a frontend app with smooth integration.

Kingsley Ubah
Feb 4, 2022 ⋅ 7 min read
Fetching dynamically structured data in a CMS with GraphQL

Fetching dynamically structured data in a CMS with GraphQL

Dev

In this post, learn how to plan your GraphQL structure for plenty of flexibility, independent CMS managers, an accurate dataset as you scale.

Leonardo Losoviz
Jan 12, 2022 ⋅ 7 min read
Gqlgen Faster GraphQL Server

gqlgen: Build a faster GraphQL server

Dev

Explore gqlgen, which allows you to easily write GraphQL APIs using Go, and learn how to get started by building a simple to-do list application.

Alex Merced
Jan 6, 2022 ⋅ 5 min read
Rector vs. Phabel: Which is better for transpiling PHP code?

Phabel vs. Rector: Which is better for transpiling PHP code?

Dev

Phabel is a newer transpilation tool in the PHP ecosystem. In this comparison post, learn how it stacks up against Rector.

Leonardo Losoviz
Jan 5, 2022 ⋅ 9 min read

Building GraphQL APIs with TypeGraphQL and TypeORM

Dev

Learn how to build a GraphQL API with TypeGraphQL and TypeORM that can manage books data with CRUD functionalities.

Rahman Fadhil
Dec 17, 2021 ⋅ 8 min read