REST in Peace – Using GraphQL with Apollo on iOS

This document discusses GraphQL versus REST and using GraphQL on iOS with the Apollo Client. It provides examples of fetching conference and attendee data from a REST API that requires multiple requests, and shows how the same data can be fetched with a single GraphQL query. It then outlines major features of the Apollo iOS Client like static type generation, caching, and query watching that make it similar to using AlamoFire for GraphQL APIs. Finally, it indicates a demo of these concepts will be shown.

Read more here: Source link