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 |
|
Kai Ren
|
421b343398
|
Remove redundant extern crate usages (#790)
Additionally:
- remove obsolete benches in benches/ dir
- restore benches in juniper/benches/ dir
|
2020-10-19 19:42:27 +03:00 |
|
dependabot-preview[bot]
|
dd69375e59
|
Upgrade 'env_logger' crate to 0.8 version (#789)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-10-19 12:23:17 +03:00 |
|
Christian Legnitto
|
4647a32b33
|
Add examples to CI (#714)
|
2020-07-20 21:38:22 -10: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
|
a5580a939d
|
Update most crates to futures 0.3, add todos on not updated crates
|
2019-11-12 12:04:09 +00:00 |
|
nWacky
|
778606c050
|
Fix bad merge [skip ci]
|
2019-11-06 12:01:50 +03:00 |
|
nWacky
|
ec76bf5ff2
|
Fix cargo.toml in warp_async
|
2019-11-05 11:20:08 +03:00 |
|
nWacky
|
e3c12e31fc
|
Format
|
2019-11-05 11:14:53 +03:00 |
|
nWacky
|
820f472f2c
|
Add resolve_into_type_async
|
2019-11-05 11:14:19 +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 |
|