Skip to content

Commit c4f7c8f

Browse files
Update mapped-types.md
1 parent bab28cc commit c4f7c8f

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 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 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.
1010

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

0 commit comments

Comments
 (0)