We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98ff27 commit 1074bdfCopy full SHA for 1074bdf
gql/transport/requests.py
@@ -25,7 +25,7 @@ def __init__(
25
headers=None, # type: Dict[str, Any]
26
cookies=None, # type: Union[Dict[str, Any], RequestsCookieJar]
27
auth=None, # type: AuthBase
28
- use_json=False, # type: bool
+ use_json=True, # type: bool
29
timeout=None, # type: int
30
verify=True, # type: bool
31
retries=0, # type: int
0 commit comments