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

add passing options

Open Tom1204 opened this issue 1 year ago • 1 comments

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

Tom1204 avatar Jan 26 '24 08:01 Tom1204

Thanks for the contribution @Tom1204, could you add some tests to ensure passing kwargs and options works as expected.

xkludge avatar Feb 05 '24 14:02 xkludge