Download Latest Version 2.1.0 source code.tar.gz (3.2 MB)
Email in envelope

Get an email when there's a new version of Apollo iOS

Home / 1.25.4
Name Modified Size InfoDownloads / Week
Parent folder
apollo-ios-cli.tar.gz 2026-03-25 3.0 MB
1.25.4 source code.tar.gz 2026-03-25 3.1 MB
1.25.4 source code.zip 2026-03-25 3.2 MB
README.md 2026-03-25 530 Bytes
Totals: 4 Items   9.3 MB 1

Improvement

  • Use dictionary instead of switch for objectType(forTypename:) lookup (#3631): The generated SchemaMetadata.objectType(forTypename:) method now uses a static dictionary for O(1) hash-based lookup instead of a switch statement that performed O(n) linear scanning. For schemas with many object types (~4300 types), this improves deserialization times by approximately 75%. See PR #926.
Source: README.md, updated 2026-03-25