Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Nullable type support#92

Open
davisuga wants to merge 1 commit intojasoons/derived-fields-fixfrom
davi/nullable-fields
Open

Nullable type support#92
davisuga wants to merge 1 commit intojasoons/derived-fields-fixfrom
davi/nullable-fields

Conversation

@davisuga
Copy link
Copy Markdown

@davisuga davisuga commented Feb 3, 2023

Introduced nullable fields in the code generator, so

field: String

in the schema will turn into

field: String | null

in the generated ts file.

@davisuga davisuga requested a review from JasoonS February 3, 2023 13:59
@JasoonS JasoonS requested a review from MJYoung114 February 3, 2023 14:00
Copy link
Copy Markdown
Member

@JasoonS JasoonS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, looks good! Lots of restless rescript format changes...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants