You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`clients`| {} | Graphql clients to generate helper functions for. Supported types are `graphql` and `graphql_flutter`|[Clients](#clients)|
289
-
|`scalars`| {} | Allows custom JSON-Dart transformations. Builder will warn if scalars are not recognized. Unless using primitive types, you will need `fromJsonFunctionName`, `toJsonFunctionName`, `type`, and `import`|[Custom scalars](#custom-scalars)|
290
-
|`enums`| {} | Allows custom enum implementation. You can define `fromJsonFunctionName`, `toJsonFunctionName`, `type`, and `import`|[Custom enums](#custom-enums)|
291
-
|`addTypename`| true | Whether to automatically insert the `__typename` field in requests |[Add typename](#add-typename)|
292
-
|`addTypenameExcludedPaths`|[]| When `addTypename` is true, the paths to exclude |[Excluding typenames](#excluding-some-selections-from-adding-typename)|
293
-
|`outputDirectory`| "." | Location where to output generated types relative to each `.graphql` file |[Change output directory](#change-output-directory)|
294
-
|`assetsPath`| "lib/\*\*.graphql" | Path to `.graphql` files |**see above**|
295
-
|`generatedFileHeader`| "" | A string to add at the beginning of all `graphql.dart` files |[Generated file headers](#generated-file-headers)|
296
-
|`scopes`|["**.graphql"]| For multiple schemas, the globs for each schema |[Multiple Schemas](#multiple-schemas)|
297
-
|`namingSeparator`| "$" | The separator to use for generated names |[Change naming separator](#change-naming-separator)|
298
-
|`extraKeywords`|[]| A way to specify fields that are also keywords |[Extra keywords](#extra-keywords)|
299
-
|`disableCopyWithGeneration`|`false`| Allow you to disable generation of copy-with classes and methods ||
|`clients`| {} | Graphql clients to generate helper functions for. Supported types are `graphql` and `graphql_flutter`|[Clients](#clients)|
289
+
|`scalars`| {} | Allows custom JSON-Dart transformations. Builder will warn if scalars are not recognized. Unless using primitive types, you will need `fromJsonFunctionName`, `toJsonFunctionName`, `type`, and `import`|[Custom scalars](#custom-scalars)|
290
+
|`enums`| {} | Allows custom enum implementation. You can define `fromJsonFunctionName`, `toJsonFunctionName`, `type`, and `import`|[Custom enums](#custom-enums)|
291
+
|`addTypename`| true | Whether to automatically insert the `__typename` field in requests |[Add typename](#add-typename)|
292
+
|`addTypenameExcludedPaths`|[]| When `addTypename` is true, the paths to exclude |[Excluding typenames](#excluding-some-selections-from-adding-typename)|
293
+
|`outputDirectory`| "." | Location where to output generated types relative to each `.graphql` file |[Change output directory](#change-output-directory)|
294
+
|`assetsPath`| "lib/\*\*.graphql" | Path to `.graphql` files |**see above**|
295
+
|`generatedFileHeader`| "" | A string to add at the beginning of all `graphql.dart` files |[Generated file headers](#generated-file-headers)|
296
+
|`scopes`|["**.graphql"]| For multiple schemas, the globs for each schema |[Multiple Schemas](#multiple-schemas)|
297
+
|`namingSeparator`| "$" | The separator to use for generated names |[Change naming separator](#change-naming-separator)|
298
+
|`extraKeywords`|[]| A way to specify fields that are also keywords |[Extra keywords](#extra-keywords)|
299
+
|`disableCopyWithGeneration`|`false`| Allow you to disable generation of copy-with classes and methods ||
300
+
|`allowMissingNullableKeysInFromJson`|`false`| Support passing objects with missing entries for nullable fields. ||
0 commit comments