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 06b25fe commit f470fe5Copy full SHA for f470fe5
acai_aws/apigateway/request.py
@@ -21,7 +21,7 @@ def __init__(self, event, lambda_context=None, timeout=None):
21
self.__context = {}
22
self.__parsers = {
23
'application/json': 'json',
24
- 'application/graphql': 'json',
+ 'application/graphql': 'graphql',
25
'application/x-www-form-urlencoded': 'form',
26
'multipart/form-data': 'raw',
27
'application/xml': 'xml',
0 commit comments