Sharad Chand

Results 4 comments of Sharad Chand

@per-gron There is a field `details` in `Status` but no way to modify that.

I have found a solution for this, you can create a new decorator wrapping `ValidateIf` like as follows. ```ts import { ValidationOptions, ValidateIf } from 'class-validator'; export function IsOptional(validationOptions?: ValidationOptions)...

Building the project with `target: 'node'` enables support for SSR. This is due to `vue-style-loader` which requires the styles to be [prerendered](https://github.com/vuejs/vue-style-loader#server-side-rendering-support) in vue components to be used for SSR.

This is a deal breaker to use gridsome. I always use GraphiQL explorer to construct my queries to use with gatsby. Hope we have this in the future.