python-graphql-client icon indicating copy to clipboard operation
python-graphql-client copied to clipboard

Simple module for making requests to a graphQL server in python.

Results 15 python-graphql-client issues
Sort by recently updated
recently updated
newest added

add passing options(Ex: timeout, verify_ssl, ...aiohttp parameters) to execute_async method ## What kind of change does this PR introduce? feature ## What is the current behavior? Can not pass additional...

## What kind of change does this PR introduce? Fixes #46 ## What is the current behavior? Currently riase_for_status will mask/eat errors from graphql servers that can respond explaining the...

For a project, where the server only accepts the `graphql-transport-ws` protocol, I would like to add the option to define a specific protocol behavior. ## What kind of change does...

## What kind of change does this PR introduce? Handle subscription complete properly. ## What is the current behavior? Errors out when a complete message is sent. ## What is...

## What kind of change does this PR introduce? * Its been a while since we released this package and we needed to update the changelog * Updated Contributing.md with...