Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复错误连接 #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/object/view/dto-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,6 @@ Apart from this, the DTO language does not perform much validation on interface

As mentioned earlier, the DTO language has two more powerful features that are not discussed in depth in this article due to length limitations, but have been separated into other documents. Here we emphasize them again:

- [Handling Null Values in Input DTO](../../mutation/save-command/input-dto/null-handling)
- [Handling Null Values in Input DTO](../../../mutation/save-command/input-dto/null-handling)

- [Specification DTO, Super QBE](../../query/super_qbe)
- [Specification DTO, Super QBE](../../../query/super_qbe)
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,6 @@ open class BookView(

前文提到,DTO语言还有两个强大的功能,由于篇幅原因,未在本文中深入讨论,而是被独立成了其他文档。这里再次强调一次。

- [在Input DTO中处理空值](../../mutation/save-command/input-dto/null-handling)
- [在Input DTO中处理空值](../../../mutation/save-command/input-dto/null-handling)

- [Specification DTO,超级QBE](../../query/super_qbe)
- [Specification DTO,超级QBE](../../../query/super_qbe)