Christian Legnitto
|
6326acde33
|
Fix some clippy lints (#809)
|
2020-12-10 21:41:23 -10:00 |
|
Kai Ren
|
a4871887bb
|
Default to generic ScalarValue in #[graphql_object] macro (#779)
* Change codegen ScalarValue defaults for #[graphql_object] macro
* Fix integration tests
* Fix codegen failure tests
* Fix 'juniper' crate tests
* Fix integration crates tests
* Fix 'juniper_benchmarks' crate
* Fix examples
* Fix Book
* Fix
* Add CHANGELOG entry
* Some Book corrections
* Fix
* Bootstrap coercion machinery
* Reimpl coercion
* Correct tests, vol.1
* Correct tests, vol.2
* Correct tests, vol.3
* Correct tests, vol.4
* Correct tests, vol.5
* Fix coercion for subscriptions
* README fixes
Co-authored-by: Christian Legnitto <christian@legnitto.com>
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
|
2020-11-06 18:15:18 -08:00 |
|
Joao Neves
|
f19d498254
|
Upgrade reqwest to 0.10 version and use rustls to remove transitive OpenSSL (#677)
- revive `warp_async` example (#659)
Co-authored-by: Allan Calix <contact@allancalix.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
|
2020-06-14 16:29:08 +03: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 |
|
Christoph Herzog
|
ce3cf45ca9
|
Rename object proc macro to graphql_object
|
2019-11-16 02:57:48 +01:00 |
|
nWacky
|
778606c050
|
Fix bad merge [skip ci]
|
2019-11-06 12:01:50 +03:00 |
|
nWacky
|
e3c12e31fc
|
Format
|
2019-11-05 11:14:53 +03:00 |
|
tyranron
|
5d3ed9ac72
|
Remove async_closure feature usage
|
2019-10-10 00:07:10 +02:00 |
|
tyranron
|
639c29e91e
|
Upgrade futures-preview, tokio crates and remove unnecessary 'async_await' feature
|
2019-10-09 20:11:34 +02:00 |
|
Christoph Herzog
|
ef3720cb67
|
examples/warp_async: update dependency paths
|
2019-08-21 15:48:31 +02:00 |
|
Christoph Herzog
|
746bdb5aae
|
Add warp_async example
|
2019-08-21 15:48:31 +02:00 |
|