-
Hi im using prisma with nestjs and graphql, I am trying to use prisma-nestjs-graphql to auto generate the graphql type and use it inside my resolver:
```
import { PrismaService } from 'nestjs-prisma…
-
Hi,
I'm searching for options to add the response schema to the Swagger docs for a DTO
For example : the App\Api\Dto\ForgotPasswordRequest class
https://api-platform.com/docs/core/dto
I want S…
-
## Input
```
# . . . . .
components:
schemas:
MyItem:
# . . . . .
updated_at:
type: string
format: date-time
nullable: true
# . . . . .
…
-
It would be great to have access to the target object's data and the specific property being transformed in the transform method of a custom transformer. This would greatly help in creating more gener…
-
We'll probably want to implement "micro" dtos for dealing with update calls
For example, rather than changing the start time of an event by posting an entire new event, we could instead ask for som…
-
> Can Prisma generate types for swagger with swagger attribute for each field?
We are experiencing the same issue.
Prisma generated the following for us:
```
export type PersonSocialMediaUnche…
-
#### Bug Report Checklist
- [ X] Have you provided a full/minimal spec to reproduce the issue?
- [ X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…
-
If mapAlbumDto is a pure function (always produces same output for same input, no side effects), there's actually no need to mock it in tests. It's predictable and reliable:
when I have mapper like…
-
## Feature description
Imagine types are stored in files following this folder structure:
```
src > parsers > a.ts
src > parsers > b.ts
....
src > parsers > x.ts
```
### Input
```yarn t…
-
Hello,
Currently when using a factory, the factory takes no arguments. This brings some problems when you need to create an instance of a type that's bound to a field of the input object.
For ex…