Latest GraphQL Examples posts

August 20, 2021

Making GraphQL Requests using HTTP Methods

When I first started learning about GraphQL, I thought that I needed a special tool to make GraphQL requests. Luckily, you don’t! While we recommend using Apollo Studio’s Sandbox, since GraphQL runs on top of HTTP, it’s possible to make GraphQL requests using any of the tools you were accustomed to using building out your […]

March 30, 2021

Learn GraphQL – Tutorials for Fullstack GraphQL

GraphQL lets front-end developers simplify their data-fetching and state management approaches. For backend developers, GraphQL acts as a structured, maintainable API. To learn how GraphQL works across the stack, I recommend completing a fullstack GraphQL tutorial. In this short post, I’d like to share two GraphQL training resources that we created @ Apollo to help […]

March 4, 2021

Building a GraphQL API – GraphQL API example

GraphQL is the modern way to create flexible, robust, and strictly-typed APIs. In this post, we’ll walk through creating a books API from scratch. At the end, we’ll discuss the most common concerns and next steps as you build out your GraphQL API. Prerequisites Getting started Create a new project Let’s start by creating a […]

Read more

February 19, 2021

What is a GraphQL query? GraphQL query examples using Apollo Explorer

by Khalil Stemmler

Recent posts

January 31, 2024

What’s new in Apollo Client 3.9

by Alessia Bellisario

Company