Draft
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
605b47b to
e60f21b
Compare
6e79928 to
187eb31
Compare
e60f21b to
c3f32ee
Compare
187eb31 to
37178a2
Compare
c3f32ee to
6fd25c7
Compare
37178a2 to
3c029bc
Compare
6fd25c7 to
019fe44
Compare
Upgrade sample apps to Apollo v2 and re-run code generation. Apollo v1 generated code caused Swift 6 concurrency issues, so the generated GraphQL fragments and operations were regenerated with the v2 generator (formatting/structure changes only). The Xcode project references were updated to remove obsolete generated entries and align with the new code layout. This change removes the temporary workaround and enables the 2025-07 Swift upgrade / follow-up PR to proceed.
019fe44 to
bd26b33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changes are you making?
This PR bumped Apollo from v1 to v2 and regenerates the files
There should be no breaking changes in itself here, but there were a number of deprecations which are resolved up in the stack
Before you merge
Important
Releasing a new version of the kit?
podspecfile.Releasing a new major version?
Tip
See the Contributing documentation for instructions on how to publish a new version of the library.