Latest Tooling posts

October 5, 2022

Integrate with GraphOS using the new Platform API

As of today, you can now use our new public API to integrate with the Apollo GraphOS platform. We built this API to enable those using GraphOS to easily automate operations in their own systems and CI workflows. In fact, this is the same API that the Rover CLI uses to run schema checks and […]

September 1, 2022

Generated GraphQL Schemas and Schema Design

GraphQL is a type-safe language for APIs. A common misunderstanding is that GraphQL is another complete query language, like SQL, which allows you to search, filter, and select all the objects in a database. Instead, GraphQL should be thought of as a way to specify the types of data available and the specific operations users […]

August 29, 2022

Schema-First vs Code-Only GraphQL

When creating a GraphQL server there are two artifacts required by the GraphQL engine: a schema, which defines all the types and fields, and the resolvers, which are the collection of functions that are called to return the data for those types. Since GraphQL can be implemented in many different programming languages, there are of […]

Read more

September 7, 2022

How Priceline.com manages PCI compliance with GraphQL

by Mike Byrnes

Recent posts

January 31, 2024

What’s new in Apollo Client 3.9

by Alessia Bellisario

Company