Tag: graphql

GraphQL variables in simple terms

Dev

New to GraphQL? Learn more about GraphQL variables in this post.

Adhithi Ravichandran
Mar 13, 2020 ⋅ 4 min read
Code-First Vs. Schema-First Development In GraphQL

Code-first vs. schema-first development in GraphQL

Dev

We analyze and compare the two approaches to creating a GraphQL service: schema-first and code-first.

Leonardo Losoviz
Feb 26, 2020 ⋅ 10 min read
Simplifying The GraphQL Data Model

Simplifying the GraphQL data model

Dev

Using components to represent your GraphQL data structure on the server side is optimal for simplicity.

Leonardo Losoviz
Feb 19, 2020 ⋅ 7 min read

Intro to Postgres + GraphQL with PostGraphile

Dev

In this article, we’ll take a look at how you can get a full-featured server up and running in minutes with PostGraphile.

Austin Roy Omondi
Feb 12, 2020 ⋅ 7 min read
Designing A GraphQL Server For Optimal Performance

Designing a GraphQL server for optimal performance

Dev

Of the many lessons learned from building a GraphQL server, conquering the N + 1 problem is among the most important.

Leonardo Losoviz
Feb 12, 2020 ⋅ 10 min read
GraphQL

Robust GraphQL mutations the Relay way

Dev

Learn how to create a strong API design for your GraphQL mutations by utilizing the Relay API spec.

David Chanin
Feb 6, 2020 ⋅ 3 min read
The What, When, Where, And Why Of Federated GraphQL

The what, when, why, and how of federated GraphQL

Dev

With the introduction of Apollo Federation, the model for building a new unified, single Graph API has become even easier.

Alexander Nnakwue
Feb 4, 2020 ⋅ 7 min read

Defining types for your GraphQL API

Dev

In this blog post, we will learn about GraphQL types and how they are used to construct a GraphQL schema.

Adhithi Ravichandran
Jan 22, 2020 ⋅ 4 min read
GraphQL

Pagination in GraphQL with Prisma the right way

Dev

Learn how to use pagination arguments in GraphQL with Prisma to more easily retrieve information from databases.

Gbolahan Olagunju
Jan 16, 2020 ⋅ 2 min read

How to create a React Native app with PostgreSQL and GraphQL: Part 2

Dev

In the previous article, we created a GraphQL server with NodeJS and Express. Now, we’ll consume the endpoints in the server we created using a React Native mobile app.

Austin Roy Omondi
Jan 7, 2020 ⋅ 14 min read
GraphQL And React For Noobs

GraphQL + React for noobs

Dev

Our tutorial walks you through bootstrapping a simple React app that consumes a GraphQL API.

Ebenezer Don
Dec 18, 2019 ⋅ 6 min read
Event triggered GraphQL

Event-triggered GraphQL

Dev

Learn how to build a site that updates dynamically using event-triggered GraphQL.

Daniel Phiri
Dec 12, 2019 ⋅ 3 min read