Tag: graphql

GraphQL with JEST

Writing end-to-end tests for GraphQL servers using Jest

Dev

This guide walks you through end-to-end testing for GraphQL servers using Jest to ensure your applications work properly after changes.

Gbolahan Olagunju
Nov 24, 2019 ⋅ 5 min read
Graph-ql-nocdn.png

Handling GraphQL errors like a champ with unions and interfaces

Dev

See how GraphQL enables you to handle errors efficiently using union types and interfaces.

Laurin Quast
Nov 19, 2019 ⋅ 8 min read

GraphQL fragments explained

Dev

Does your query have repetitive fields in multiple areas? Consolidate them into a reusable unit called a fragment.

Adhithi Ravichandran
Oct 10, 2019 ⋅ 2 min read

Intro to GraphQL with Prisma

Dev

This post is going to cover some basics about GraphQL, and then show how to use Prisma with your GraphQL instance.

Andrew Evans
Oct 5, 2019 ⋅ 10 min read
graphqlqueries

GraphQL queries explained in simple terms

Dev

In this blog post, we are going to learn what a GraphQL query is all about, and even write a few ourselves.

Adhithi Ravichandran
Sep 15, 2019 ⋅ 4 min read
reactnative postgresql graphql

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

Dev

In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as the backend of our application.

Austin Roy Omondi
Sep 3, 2019 ⋅ 8 min read

GraphQL Code Generator 1.5 is out!

Dev

Generate typesafe GraphQL microservice from your Apollo Federation declaration and create fully typed react-apollo hooks from your GraphQL queries.

Dotan Simha
Aug 7, 2019 ⋅ 1 min read
Exploring URQL From An Apollo Perspective

Exploring urql from an Apollo perspective

Dev

Get acquainted with urql, a lightweight, extensible GraphQL client for React.

Peter Nycander
Jul 23, 2019 ⋅ 7 min read
GraphQL vs. REST

GraphQL vs. REST: What you didn’t know

Dev

Explore three of the more nuanced differences between GraphQL and REST.

Sean Smith
Jun 26, 2019 ⋅ 7 min read

Demonstration on how to use GraphQL with Node and Vue in bits

Dev

As I was surfing the internet, I came across this tweet. It seems that front-end devs are tired of requesting […]

Mesh Seun
Feb 15, 2019 ⋅ 11 min read

Beyond REST — Using GraphQL to shape your data

Dev

Overview GraphQL is an exciting API for ad-hoc queries and manipulation of hierarchical data. It is extremely flexible, has great […]

Gigi Sayfan
Jun 26, 2018 ⋅ 9 min read

Introducing GraphQL logging in LogRocket

Dev

Today we’re excited to announce official support for GraphQL in LogRocket! Now, when facing bugs or user-reported issues, you can […]

Ben Edelstein
Jun 5, 2017 ⋅ 1 min read