#How to Optional Query?

1 messages · Page 1 of 1 (latest)

slim estuary
#

https://docs.nestjs.com/techniques/validation

When you've defined a Dto class, put the @IsOptional() decorator on top of each of those fields to make them optional.

stuck yew