Float-Capital / float-subgraph-uncrashable

Safe Subgraph Code Generation Framework
https://float-capital.github.io/float-subgraph-uncrashable/
MIT License
4 stars 0 forks source link

Nullable type support #92

Open davisuga opened 1 year ago

davisuga commented 1 year ago

Introduced nullable fields in the code generator, so

field: String

in the schema will turn into

field: String | null

in the generated ts file.