Skip to content

Commit

Permalink
Add flag isScalarDefaultToNullable
Browse files Browse the repository at this point in the history
  • Loading branch information
NorOldBurden committed Sep 29, 2024
1 parent 791ee93 commit 20c3471
Show file tree
Hide file tree
Showing 32 changed files with 11,071 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ telescope({
| `prototypes.useOptionalNullable` | use `(gogoproto.nullable)` values in determining optionality | `true` |
| `prototypes.allowUndefinedTypes` | boolean value allowing `Type`s to be `undefined` | `false` |
| `prototypes.allowEncodeDefaultScalars` | boolean value allowing encoders encoding default values of scalar types. e.g. empty string, 0 or false | `false` |
| `prototypes.isScalarDefaultToNullable` | boolean value set the nullability of scalar types to be required when gogoproto.nullable is not set | `false` |
| `prototypes.optionalQueryParams` | boolean value setting queryParams to be optional | `false` |
| `prototypes.optionalPageRequests` | boolean value setting `PageRequest` fields to optional | `false` |
| `prototypes.addTypeUrlToDecoders` | add $typeUrl field to generated interfaces | `true` |
Expand Down
Loading

0 comments on commit 20c3471

Please sign in to comment.