Skip to content

Commit

Permalink
Fix default of wrapFieldDefinitions (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchenk committed Nov 14, 2021
1 parent 4855eba commit d823f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/src/config.ts
Expand Up @@ -245,7 +245,7 @@ export interface TypeScriptPluginConfig extends RawTypesConfig {
* This is useful to allow return types such as Promises and functions for fields.
* Differs from `wrapFieldDefinitions` in that this wraps the entire field definition if ie. the field is an Array, while
* `wrapFieldDefinitions` will wrap every single value inside the array.
* @default true
* @default false
*
* @example Enable wrapping entire fields
* ```yml
Expand Down

0 comments on commit d823f08

Please sign in to comment.