-
Notifications
You must be signed in to change notification settings - Fork 13
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
refactor: move injection data to t.func
#871
Conversation
# Conflicts: # src/common/src/typegraph/validator/mod.rs # src/typegate/src/runtimes/typegraph.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
# Conflicts: # .ghjk/lock.json # .pre-commit-config.yaml # ghjk.ts # src/typegate/src/runtimes/substantial.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a lot of changes! Good stuff.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #871 +/- ##
==========================================
- Coverage 77.20% 76.80% -0.41%
==========================================
Files 149 149
Lines 18103 18221 +118
Branches 1756 1768 +12
==========================================
+ Hits 13976 13994 +18
- Misses 4104 4204 +100
Partials 23 23 ☔ View full report in Codecov by Sentry. |
ObjectTypeData
(i.e.t.func
)t.func
TypeNode
(refactor: Removeruntime
field fromTypeNode
#858)MaterializerData
orRuntimeData
TG_PORT=0
); this will work withmeta dev
with embedded typegate if you set the--gate
option with port0
.Migration notes
...