We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3840761 + 0a30bca commit 87723fdCopy full SHA for 87723fd
graphql_flask/graphqlview.py
@@ -172,4 +172,6 @@ def format_error(error):
172
173
@staticmethod
174
def get_content_type(request):
175
- return request.content_type
+ # We use mimetype here since we don't need the other
176
+ # information provided by content_type
177
+ return request.mimetype
0 commit comments