-
Notifications
You must be signed in to change notification settings - Fork 258
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: input types loose out on provided graphQL documentation #2015
Conversation
@tusharmath I traced through the codebase and found the problem, I also fixed the field documentation on input objects. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2015 +/- ##
==========================================
- Coverage 82.70% 82.62% -0.09%
==========================================
Files 178 174 -4
Lines 18039 17952 -87
==========================================
- Hits 14920 14833 -87
Misses 3119 3119 ☔ View full report in Codecov by Sentry. |
Action required: PR inactive for 2 days. |
Wired, why did this not get merged? |
Summary:
Add descriptions to input object types.
Issue Reference(s):
Fixes #1625
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>
/claim #1625