Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcebf4b

Browse files
authoredApr 27, 2022
Update graphql-provider.md
1 parent 2ac818f commit bcebf4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/content/code/language-support/java-kotlin-android/server/graphql-provider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ url: https://github.com/babyfish-ct/graphql-provider
55
github: babyfish-ct/graphql-provider
66
---
77

8+
Video: https://www.youtube.com/watch?v=5UxmkNbCe0Q
9+
810
1. It is a GRM (GraphQL-Relation mapping), and its usage is similar to ORM. When kotlin dsl is used to complete the mapping configuration between entities and tables, GraphQL objects and associations are automatically completed, including the runtime association-level DataLoader and related batch loading optimization.
911

1012
2. It is easy to add user implemention fields to entity, where you can implement business-related calculations. User implementation fields can also enjoy the automatic generated DataLoader and related batch loading optimization at runtime.

0 commit comments

Comments
 (0)
Please sign in to comment.