python-graphql-client
python-graphql-client copied to clipboard
Simplified GraphQLClient
Changes made:
- Using
requestsinstead ofurllib - Letting exceptions propagate to caller instead of catching and rethrowing
- Added generic header injection
- Deserialize JSON into dict for easier processing