serialize icon indicating copy to clipboard operation
serialize copied to clipboard

Support for nullable types

Open olivierr91 opened this issue 4 years ago • 5 comments

Placing @Field() above field of nullable types such as:

  • string | null
  • number | null

results in a runtime error. Is it possible to add support for this?

olivierr91 avatar Apr 10 '20 03:04 olivierr91