Skip to content

Conversation

davisuga
Copy link

@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
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants