File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ See `Streaming uploads on aiohttp docs`_.
92
92
93
93
94
94
In order to stream local files, instead of providing opened files to the
95
- `variables_values ` argument of `execute `, you need to provide an async generator
95
+ `variable_values ` argument of `execute `, you need to provide an async generator
96
96
which will provide parts of the files.
97
97
98
98
You can use `aiofiles `_
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ async def execute(
128
128
:code:`execute` on a client or a session.
129
129
130
130
:param document: the parsed GraphQL request
131
- :param variables_values : An optional Dict of variable values
131
+ :param variable_values : An optional Dict of variable values
132
132
:param operation_name: An optional Operation name for the request
133
133
:param extra_args: additional arguments to send to the aiohttp post method
134
134
:param upload_files: Set to True if you want to put files in the variable values
You can’t perform that action at this time.
0 commit comments