ApolloURLSession delegate injection#899
Merged
AnthonyMDev merged 2 commits intoapollographql:mainfrom Mar 13, 2026
Merged
Conversation
|
@hammy-e: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
👷 Deploy request for apollo-ios-docc pending review.Visit the deploys page to approve it
|
Clarify delegate implementation details in documentation.
AnthonyMDev
approved these changes
Mar 3, 2026
Contributor
AnthonyMDev
left a comment
There was a problem hiding this comment.
I'm happy with this addition. I improved the documentation a bit. Thanks for the contribution!
BobaFetters
pushed a commit
that referenced
this pull request
Mar 13, 2026
BobaFetters
pushed a commit
to apollographql/apollo-ios
that referenced
this pull request
Mar 13, 2026
BobaFetters
pushed a commit
that referenced
this pull request
Mar 13, 2026
5bd35ac9d ApolloURLSession delegate injection (#899) git-subtree-dir: apollo-ios git-subtree-split: 5bd35ac9d81537f557a2a6c247e6872e88a49fec
BobaFetters
pushed a commit
that referenced
this pull request
Mar 13, 2026
git-subtree-dir: apollo-ios git-subtree-mainline: 7488669 git-subtree-split: 5bd35ac9d81537f557a2a6c247e6872e88a49fec
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.
These changes make it possible to inject a custom
URLSessionTaskDelegateintoApolloURLSession, enabling the delegate’s implementer to receive and handle the associated callback events.