Download Latest Version 1.23.0 source code.tar.gz (3.3 MB)
Email in envelope

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

Home / 1.23.0
Name Modified Size InfoDownloads / Week
Parent folder
apollo-ios-cli.tar.gz 2025-06-27 3.2 MB
1.23.0 source code.tar.gz 2025-06-27 3.3 MB
1.23.0 source code.zip 2025-06-27 3.4 MB
README.md 2025-06-27 1.3 kB
Totals: 4 Items   9.9 MB 0

New

  • Added requireNonOptionalMockFields flag to ApolloCodegenConfiguration.OutputOptions. (#669): Added new flag to codegen output options to allow having non-optional fields in the test mocks if desired. Thank you to @dwroth for the contribution.

Improvement

  • Added public initializer to DatabaseRow. (#664): Not having a public initializer on DatabasRow was hindering the ability to create custom SQLiteDatabase implementations. This solves that by adding a public initializer to DatabaseRow.Thank you to @ChrisLaganiere for the contribution.

Fixed

  • Unncessary deprecation warning in codegen options initializer. (#3563): Added @_disfavoredOverload to the deprecated initialized in ApolloCodegenConfiguration to prevent possible warnings caused by the compiler selecting a deprecated initializer versus the new/current initializer. See PR #682. Thank you to @CraigSiemens for raising the issue.
Source: README.md, updated 2025-06-27