We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e783c17 commit d4c1928Copy full SHA for d4c1928
content/graphql/mapped-types.md
@@ -94,7 +94,7 @@ We can generate a derived type that has every property **except** `email` as sho
94
export class UpdateUserInput extends OmitType(CreateUserInput, ['email']) {}
95
```
96
97
-> info **Hint** The `PickType()` function is imported from the `@nestjs/graphql` package.
+> info **Hint** The `OmitType()` function is imported from the `@nestjs/graphql` package.
98
99
#### Composition
100
0 commit comments