python-graphql-client
python-graphql-client copied to clipboard
add passing options
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 options to async request
What is the new behavior?
Can pass additional options to async request
Does this PR introduce a breaking change?
No
Other information
Thanks for the contribution @Tom1204, could you add some tests to ensure passing kwargs and options works as expected.