Skip to content

Commit c6faaf1

Browse files
committed
Quick readme fix
1 parent 30d59b9 commit c6faaf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Optional settings:
5050
- `base_client_file_path` (defaults to `.../graphql_sdk_gen/generators/async_base_client.py`) - path to file where `base_client_name` is defined
5151
- `enums_module_name` (defaults to `"enums"`) - name of file with generated enums models
5252
- `input_types_module_name` (defaults to `"input_types"`) - name of file with generated input types models
53-
- `include_comments` (defaults to `True`) - a flag that specifies whether to include comments in generated files
54-
- `convert_to_snake_case` (defaults to `True`) - a flag that specifies whether to convert fields and arguments names to snake case
55-
- `async_client` (defaults to `True`) - a flag that specifies whether to generate client with async methods
53+
- `include_comments` (defaults to `true`) - a flag that specifies whether to include comments in generated files
54+
- `convert_to_snake_case` (defaults to `true`) - a flag that specifies whether to convert fields and arguments names to snake case
55+
- `async_client` (defaults to `true`) - default generated client is `async`, change this to option `false` to generate synchronous client instead
5656
- `files_to_include` (defaults to `[]`) - list of files which will be copied into generated package
5757

5858

0 commit comments

Comments
 (0)