Open davisuga opened 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.
Introduced nullable fields in the code generator, so
in the schema will turn into
in the generated ts file.