Skip to content

fix: HTTP method#877

Merged
calvincestari merged 2 commits intomainfrom
fix/pq-http-method
Jan 27, 2026
Merged

fix: HTTP method#877
calvincestari merged 2 commits intomainfrom
fix/pq-http-method

Conversation

@calvincestari
Copy link
Copy Markdown
Member

Fixes apollographql/apollo-ios#3623

The APQ retry logic was overriding the HTTP method selected for all queries. I've fixed the logic now so that all first requests, including APQs, will obey the useGETForQueries configuration and APQ retries will adhere to the useGETForPersistedQueryRetry configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 24, 2026

Deploy Preview for apollo-ios-docc canceled.

Name Link
🔨 Latest commit d566a41
🔍 Latest deploy log https://app.netlify.com/projects/apollo-ios-docc/deploys/6974351f6f195600080e4ce1

@apollo-librarian
Copy link
Copy Markdown

apollo-librarian Bot commented Jan 24, 2026

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 20d50fc9fb1fe837e54b3b29
Build Logs: View logs

@calvincestari calvincestari merged commit 0c17855 into main Jan 27, 2026
22 checks passed
@calvincestari calvincestari deleted the fix/pq-http-method branch January 27, 2026 22:11
BobaFetters pushed a commit that referenced this pull request Jan 27, 2026
BobaFetters pushed a commit to apollographql/apollo-ios that referenced this pull request Jan 27, 2026
BobaFetters pushed a commit that referenced this pull request Jan 27, 2026
5b3d616bd fix: HTTP method (#877)

git-subtree-dir: apollo-ios
git-subtree-split: 5b3d616bd991ca66d4a45281e9ed1219144aba8c
BobaFetters pushed a commit that referenced this pull request Jan 27, 2026
git-subtree-dir: apollo-ios
git-subtree-mainline: 21e9f8c
git-subtree-split: 5b3d616bd991ca66d4a45281e9ed1219144aba8c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AutoPersistedQueryConfiguration.useGETForPersistedQueryRetry documentation vs actual behaviour

2 participants