Latest Tooling Apollo Codegen posts

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 […]

April 1, 2021

TypeScript GraphQL Code Generator – Generate GraphQL Types with Apollo Codegen Tutorial

Don Norman, the author of “The Design of Everyday Things” has a philosophy for what he believes constitutes good design. Don says that good design is primarily discoverability and feedback. For example, when you encounter something new (like, a new codebase), how quickly can you discover what you can do (discoverability)? And then after you’ve […]

Recent posts

January 31, 2024

What’s new in Apollo Client 3.9

by Alessia Bellisario

Company