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
tyranron
74afe4c04a
Use graphql_value!() macro in tests asap
2021-08-13 02:12:01 +03:00
Christian Legnitto
ac2c2e19a1
Release juniper_subscriptions 0.16.0
2021-07-08 00:09:19 -07:00
Christian Legnitto
da85f01115
Release juniper_subscriptions 0.15.5
2021-06-07 19:40:35 -07:00
Christian Legnitto
728b1b598d
Release juniper_subscriptions 0.15.4
2021-04-03 15:40:30 -10:00
Christian Legnitto
5490d25ee2
Release juniper_subscriptions 0.15.3
2021-01-27 20:32:22 -10:00
Christian Legnitto
5056a3c58f
Release juniper_subscriptions 0.15.2
2021-01-15 19:52:18 -10:00
Christian Legnitto
bd6c5c7525
Release juniper_subscriptions 0.15.1
2020-12-12 09:51:38 -10:00
Chris
84c9720b53
GraphQL-WS crate and Warp subscriptions update ( #721 )
...
* update pre-existing juniper_warp::subscriptions
* initial draft
* finish up, update example
* polish + timing test
* fix pre-existing bug
* rebase updates
* address comments
* add release.toml
* makefile and initial changelog
* add new Cargo.toml to juniper/release.toml
2020-07-28 22:23:44 -10:00
Chris
dc309b83b7
Simplify SubscriptionConnection ( #719 )
...
* simplify SubscriptionConnection
* fmt
* update pre-existing juniper_warp::subscriptions
* use struct instead of tuple
* fmt
* update juniper_warp
2020-07-28 19:14:53 -10:00
Kai Ren
4d77a1a9b9
Strip redundant Send/Sync bounds ( #688 )
...
Additionally:
- strip redundant type parameters for juniper::Context in some core definitions and reuse associated type
2020-06-30 18:13:15 +03:00
tyranron
5b4f6fca39
Fix formatting of 'juniper_subscriptions' crate
2020-06-23 13:38:30 +03:00
tyranron
3cd4cbb0b8
Fix lifetime mismatch in 'juniper_subscriptions' crate
2020-06-23 13:31:33 +03:00
Kai Ren
5b9c6111f1
Relax redundant 'static lifetime bounds on ScalarValue in juniper_subscriptions::Coordinator ( #680 )
2020-06-10 21:27:58 -10:00
Christian Legnitto
adc8d7be2d
Fix some clippy warnings ( #595 )
2020-03-31 08:34:50 -07:00
Gero Posmyk-Leinemann
5f777e8a6d
Clippy cleanup ( #579 )
2020-03-20 09:11:06 -07:00
nWacky
eb941e509a
Add subscription support ( #433 )
...
Co-authored-by: tyranron <tyranron@gmail.com>
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2020-03-18 20:31:36 -07:00