Overview of Apollo iOS
mainApollo iOS is a strongly typed, Swift-first GraphQL client. The core library provides the essential components for GraphQL integration, including:
- Networking client: Handles communication with your GraphQL server.
- Normalized cache: Provides a mechanism for storing and retrieving GraphQL data efficiently.
- GraphQL executor: Manages the execution of GraphQL operations.