We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8445229 commit 27a81d6Copy full SHA for 27a81d6
1 file changed
python_graphql_client/graphql_client.py
@@ -47,7 +47,9 @@ def execute(
47
)
48
49
result = requests.post(
50
- self.endpoint, json=request_body, headers=self.__request_headers(headers),
+ self.endpoint,
51
+ json=request_body,
52
+ headers=self.__request_headers(headers),
53
54
55
result.raise_for_status()
0 commit comments