-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: add subject relations #672
Conversation
everpcpc
commented
Jun 7, 2024
•
edited
Loading
edited
- related: feature: 条目-条目关联 #51
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #672 +/- ##
==========================================
- Coverage 81.98% 79.49% -2.50%
==========================================
Files 69 76 +7
Lines 8554 9451 +897
Branches 405 424 +19
==========================================
+ Hits 7013 7513 +500
- Misses 1536 1933 +397
Partials 5 5 ☔ View full report in Codecov by Sentry. |
这个会造成 N+1 query 吧... |
hmmm,graphql 不就是这个样子的吗 |
我意思是可以加在 |
写点测试 |