-
Notifications
You must be signed in to change notification settings - Fork 259
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: support multiple resolvers on fields #3124
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3124 +/- ##
==========================================
+ Coverage 86.69% 86.73% +0.04%
==========================================
Files 275 276 +1
Lines 27319 27493 +174
==========================================
+ Hits 23683 23845 +162
- Misses 3636 3648 +12 ☔ View full report in Codecov by Sentry. |
# Conflicts: # src/core/jit/transform/auth_planer.rs
@meskill Thanks! This is a great PR. We need to update the docs for each directive here — https://tailcall.run/docs/tailcall-dsl-graphql-custom-directives/ |
Co-authored-by: Tushar Mathur <[email protected]>
This reverts commit b269c13.
added documentation here tailcallhq/tailcallhq.github.io#560 |
Summary:
Briefly describe the changes made in this PR.
Issue Reference(s):
Fixes #3120
Build & Testing:
cargo test
successfully../lint.sh --mode=fix
to fix all linting issues raised by./lint.sh --mode=check
.Checklist:
<type>(<optional scope>): <title>