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.
1 parent 52e647f commit 9e69073Copy full SHA for 9e69073
flask_graphql/graphqlview.py
@@ -135,7 +135,7 @@ def parse_body(self):
135
elif content_type == 'application/json':
136
return load_json_body(request.data.decode('utf8'))
137
138
- elif content_type in 'application/x-www-form-urlencoded':
+ elif content_type == 'application/x-www-form-urlencoded':
139
return request.form
140
141
elif content_type == 'multipart/form-data':
0 commit comments