Skip to content

Commit 6756d40

Browse files
Update content/graphql/mapped-types.md
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent c4f7c8f commit 6756d40

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
@@ -6,7 +6,7 @@ As you build out features like CRUD (Create/Read/Update/Delete) it's often usefu
66

77
#### Partial
88

9-
When building input validation types (also called DataTransferObjects aka DTOs), it's often useful to build **create** and **update** variations on the same type. For example, the **create** variant may require all fields, while the **update** variant may make all fields optional.
9+
When building input validation types (also called Data Transfer Objects or DTOs), it's often useful to build **create** and **update** variations on the same type. For example, the **create** variant may require all fields, while the **update** variant may make all fields optional.
1010

1111
Nest provides the `PartialType()` utility function to make this task easier and minimize boilerplate.
1212

0 commit comments

Comments
 (0)