Skip to content

Commit d4c1928

Browse files
Update content/graphql/mapped-types.md
Co-Authored-By: John Biundo <[email protected]>
1 parent e783c17 commit d4c1928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/mapped-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ We can generate a derived type that has every property **except** `email` as sho
9494
export class UpdateUserInput extends OmitType(CreateUserInput, ['email']) {}
9595
```
9696

97-
> info **Hint** The `PickType()` function is imported from the `@nestjs/graphql` package.
97+
> info **Hint** The `OmitType()` function is imported from the `@nestjs/graphql` package.
9898
9999
#### Composition
100100

0 commit comments

Comments
 (0)