Roman Vasilev
Roman Vasilev
+1 for custom metadata. There is an issue https://github.com/prisma/prisma/issues/3102 but no movement there
In [prisma-nestjs-graphql](https://github.com/unlight/prisma-nestjs-graphql) generator has implemented feature [custom decorators](https://github.com/unlight/prisma-nestjs-graphql#custom-decorators) which allow add `class-validator` decorators. It's designed for using with `@nestjs/graphql`, but people are saying that it fits for their needs even...
There is a way to add any decorator to any generated class https://github.com/unlight/prisma-nestjs-graphql#decorate
[This test](https://github.com/unlight/prisma-nestjs-graphql/blob/master/src/test/custom-decorators.spec.ts#L566-L607) is adding decorator for `ProfileUncheckedCreateNestedOneWithoutUserInput` which is `@InputType` decorated
@denes16 Since v17.1.0 you can hide field in graphql schema using configuration: ``` decorate_1_type = "ArticleCount" // outmatch pattern for graphql type decorate_1_field = "_count" decorate_1_name = "HideField" decorate_1_from =...
Thanks for explaination. Inded, adding dot to paths will solve the issue. But adding `/` doesn't help. I'm trying to avoid '../../..' by replacing `~` by root path to source....
@lingo I'm editing file while project is open and this project contains this file.
I did not think about it, but it seams keeping clickable file paths is reasonable too. I found this gist [Hyperlinks (a.k.a. HTML-like anchors) in terminal emulators](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda)
It happens with any file. ~ 17 Lines, 805 chars
I will check. But it was clean install, I didn't do anything with settings.