-
Notifications
You must be signed in to change notification settings - Fork 684
Added default Accept header to introspection query #6616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added default Accept header to introspection query #6616
Conversation
❌ Docs preview failedThe preview failed to build. Build ID: 13482ecfeb721dcbf296fd32 ErrorsGeneral: Failed to fetch GitHub source: OK |
bff3929
to
9779322
Compare
libraries/apollo-tooling/src/main/kotlin/com/apollographql/apollo/tooling/SchemaHelper.kt
Outdated
Show resolved
Hide resolved
I see you changed the base to main, @BoD, should I align the changes with main and then create a backport PR to version 4? |
Thanks a lot! Sorry, I've changed the target branch to be |
3d3da00
to
6d9f518
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hey @BoD, it seems the failing test also fails in the |
Actually I just opened #6618 to fix it 😅. We also have an issue with the docs job - I'll have a look at it. In any case your fix looks good and not related to the error, I'll merge it now. |
Fix for #6615 suggested by @BoD in this comment.