Skip to content
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

Keep response content type to application/json as default instead of application/graphql-response+json #1832

Merged

Conversation

gumimin
Copy link
Contributor

@gumimin gumimin commented Aug 31, 2023

📝 Description

Most clients will request with */* unless an any MediaType is specified.
However, the */* was not taken into account in current implementation.

I change to keep application/json as default instead of application/graphql-response+json.

🔗 Related Issues

#1831
#1573
#1699

@dariuszkuc dariuszkuc added the changes: patch Changes require a patch version label Sep 6, 2023
@dariuszkuc dariuszkuc merged commit 1fbcb8f into ExpediaGroup:master Sep 6, 2023
@dariuszkuc
Copy link
Collaborator

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: patch Changes require a patch version
Development

Successfully merging this pull request may close these issues.

None yet

2 participants