juniper/integration_tests
Kai Ren acde85a814
Implement graphql_input_value! and graphql_vars! macros (#996, #503)
- add `From` impls to `InputValue` mirroring `Value` impls to provide better support for `Option` handling
- support expressions in `graphql_value!` macro
- use `null` in addition to `None` to create `Value::Null` in `graphql_value!` macro to mirror `serde_json::json!`
- use macros for `InputValue` and `Variables` construction in tests

Co-authored-by: Ilya Solovyiov <ilya.solovyiov@gmail.com>
2021-11-26 18:53:56 +02:00
..
async_await Fix Clippy warnings (#980) 2021-09-12 20:38:41 +03:00
codegen_fail Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
juniper_tests Implement graphql_input_value! and graphql_vars! macros (#996, #503) 2021-11-26 18:53:56 +02:00