Christian Legnitto
61bc35251f
Fix book tests ( #711 )
2020-07-18 15:24:33 -10:00
Christian Legnitto
de1b332792
Quickstart comments should mention subscriptions.
2020-07-18 13:29:48 -10:00
Christian Legnitto
c4319b6449
Update quickstart.md
2020-07-15 21:24:57 -10:00
Christian Legnitto
9167654a73
Add support for GraphQL Schema Language ( #676 )
...
Co-authored-by: Alexander Lyon <arlyon@me.com>
2020-06-05 17:43:11 -10: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
Christian Legnitto
e9b8aa2c38
Rename execute -> execute_sync, execute_async -> execute ( #556 )
2020-03-09 22:40:26 -07:00
Christian Legnitto
73dc5cd5b8
Release juniper 0.14.2
2020-01-18 17:14:35 -08:00
Klaus Purer
4a91d9d205
docs(quickstart): Fix juniper version so the examples work
2020-01-18 17:14:35 -08:00
Christoph Herzog
ce3cf45ca9
Rename object
proc macro to graphql_object
2019-11-16 02:57:48 +01:00
Christoph Herzog
29025e6cae
Rename impl_object to object.
2019-05-13 21:15:14 +02:00
Christoph Herzog
693405afa5
(book) impl_object refactor
2019-05-12 10:36:30 +02:00
Christoph Herzog
5a4230e0d0
Remove macro_use + extern crate statements (2018 edition)
2019-05-02 18:44:56 +02:00
Christoph Herzog
3165467665
(book) Remove inexistant tutorial link
2019-04-10 03:00:35 +02:00
Christian Legnitto
ba8cfbd105
Add support for the canonical introspection query
...
Fixes https://github.com/graphql-rust/juniper/issues/307 .
2019-04-04 09:11:20 +02:00
Christoph Herzog
9623e4d326
(book) Update and fix book compilation and tests
...
* Use mdbook for building the book
* Update book config
* Update book hierarchy to work properly with mdbook
This necessitated adding place-holder index pages
since mdbook does not suppoert stand-alon menu items
* Update tests to use 2018 edition
* Fix various compilation errors in the tests
2019-03-08 11:47:13 +01:00