graphql-python / gql-next

A Python GraphQL Client library providing ability to validate and make type-safe GraphQL calls
76 stars 7 forks source link

Failure with requests 2.23.0 #28

Open d4n13lbc opened 4 years ago

d4n13lbc commented 4 years ago

for requests 2.23.0 must be post_args = {'json': {'query': query}} instead of post_args = {'data': {'query': query}}