This document discusses migrating a REST API to a GraphQL API. It covers some of the benefits of GraphQL like getting exactly what is needed from the client side, having a rich type system, and being transport agnostic. It provides examples of defining GraphQL types based on a JSON schema and making requests using those types. It also mentions some tools that can help with building and debugging a GraphQL API as well as some precautions to keep in mind during development.
Related topics: