gql icon indicating copy to clipboard operation
gql copied to clipboard

Update annotation for client.execute_batch, get_execution_result argu…

Open rahul-gj opened this issue 3 weeks ago • 1 comments

…ment.

client.execute_batch was showing "No overload for provided arguments" in Pylance for vscode. Had to provide argument for get_execution_result to suppress error. Update overloads to have default values to overcome this.

rahul-gj avatar Jun 12 '24 07:06 rahul-gj