Skip to content

Commit 7ea8a8c

Browse files
committed
docs fix small typo
1 parent 6557abe commit 7ea8a8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/usage/custom_scalars_and_enums.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@ Examples:
290290
}
291291
292292
# we execute the query with serialize_variables set to True
293-
result = client.execute(query, variable_values=variable_values)
293+
result = client.execute(
294+
query, variable_values=variable_values, serialize_variables=True
295+
)
294296
295297
Parsing output
296298
--------------

0 commit comments

Comments
 (0)