juniper/integration_tests/juniper_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
..
src Implement graphql_input_value! and graphql_vars! macros (#996, #503) 2021-11-26 18:53:56 +02:00
Cargo.toml Replace ScalarValue::Visitor with DeserializeOwned requirement (#985) 2021-10-11 21:53:04 +03:00
Makefile.toml Fix makefiles for benchmarks 2020-01-20 23:42:57 -08:00