We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8580c commit e27dc19Copy full SHA for e27dc19
README.md
@@ -50,6 +50,8 @@ async function bootstrap(): Promise<void> {
50
```ts
51
// user.type.ts
52
53
+import { ResponsePayloadType } from 'nestjs-response-structure'
54
+
55
@ObjectType({ isAbstract: true })
56
class UserPayloadType {
57
@Field(() => ID)
0 commit comments