-
Notifications
You must be signed in to change notification settings - Fork 429
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
Master to async await #493
Master to async await #493
Conversation
The `uuid` maintainers have started releasing in the `0.8` version train. I've relaxed the version requirements on `juniper`'s dependencies to allow juniper users to specify a different version in their `Cargo.toml` and still have the integration work.
incl. upgrade to latest React
Was copied from undefined variable error message.
* Validate variables of the executed operation only * Use `unreachable!` in `validate_var_defs`. Use `unreachable!` instead of `panic!` on invalid variable types, since thay have already been checked during document validation. * Fix formatting in `validation/input_value.rs`
Codecov Report
@@ Coverage Diff @@
## async-await #493 +/- ##
===============================================
- Coverage 84.53% 84.37% -0.17%
===============================================
Files 112 112
Lines 15966 16076 +110
===============================================
+ Hits 13497 13564 +67
- Misses 2469 2512 +43
Continue to review full report at Codecov.
|
Wow, thank you! I haven't had a ton of time due to work and this should help unblock a ton of folks. |
Attempt at rebase of async-await branch on to master. One test fails.