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
@@ -108,6 +109,12 @@ Only generate the types for the operations in your GraphQL documents.
108
109
When set to true, only the types needed for your operations will be generated.
109
110
When set to false, all types from the GraphQL API will be generated.
110
111
112
+
### `avoidOptionals`
113
+
114
+
- default: `false`
115
+
116
+
Avoid using TypeScript optionals on types. See [GraphQL Code Generator documentation](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript#usage-examples) for more options
0 commit comments