Commit Graph

585 Commits

Author SHA1 Message Date
Sunli
24af597f30 Add StreamResponse type 2020-05-21 11:36:44 +08:00
Sunli
326fac2799 Add @stream directive 2020-05-21 10:12:54 +08:00
sunli
07fe440772 v1.12.18 2020-05-21 07:46:16 +08:00
sunli
7d4150766e Upgrade multer to 1.2.0 2020-05-21 07:43:35 +08:00
sunli
0bed5011b0 Merge branch 'master' of github.com:async-graphql/async-graphql 2020-05-20 20:11:32 +08:00
sunli
83f6641639 v1.12.17 2020-05-20 20:10:46 +08:00
sunli
374023748d Add @defer support for actix-web 2020-05-20 20:10:40 +08:00
Nicolai Unrein
df75c15f20 add examples and benchmarks to docs introduction 2020-05-20 13:39:00 +02:00
Nicolai Unrein
260c03e55f add examples and benchmarks to introduction of book 2020-05-20 13:29:07 +02:00
sunli
fe4b98e0a8 Solve problem #99 2020-05-20 15:44:59 +08:00
sunli
6f924efcf4 Add defer tests 2020-05-20 13:42:55 +08:00
Sunli
75bfba057a Add Deferred type and @defer directive. #51 2020-05-19 20:53:29 +08:00
Sunli
f09293b752 v1.12.16 2020-05-19 13:29:44 +08:00
Sunli
d00e3e8c25 The scalar name and description attributes are placed on the process macro attributes. #97 2020-05-19 13:27:01 +08:00
Sunli
53dcd54f9a v1.12.15 2020-05-19 10:34:10 +08:00
Sunli
bc3dd36a4e Fixed the bug of generating federation sdl. #96 2020-05-19 10:32:08 +08:00
sunli
a811f48952 Update schema.rs 2020-05-19 00:03:15 +08:00
sunli
74eb08f72b v1.12.14 2020-05-18 21:32:38 +08:00
sunli
7c060612a0 v1.12.13 2020-05-18 19:47:20 +08:00
sunli
c5f5e7795c Provide the interface information of the object to the Federation. #95 2020-05-18 19:47:09 +08:00
Sunli
ca0b90e064 v1.12.12 2020-05-18 11:39:10 +08:00
Sunli
85c54762bf Sort __Schema.types and __Schema.directives by name. #93 2020-05-18 11:37:05 +08:00
Sunli
235d29b954 Fix some bugs in federation integration. 2020-05-18 11:24:27 +08:00
Sunli
26e737014e Support multiple lines of rustdoc as a type description. 2020-05-18 10:09:09 +08:00
Sunli
c4ef89e00c Upgrade multer to 1.1.1 2020-05-18 09:32:55 +08:00
Sunli
09f84d428b Merge pull request #93 from krevativ/master
Introspection tests
2020-05-18 09:21:34 +08:00
krevativ
873f6d3d11 Format introspection tests 2020-05-17 20:59:21 +02:00
krevativ
b12fed4b56 Delete old test_introspection.rs file 2020-05-17 20:57:55 +02:00
krevativ
ee32ea5455 Add introspection tests 2020-05-17 20:55:40 +02:00
sunli
4414fd2094 v1.12.11 2020-05-17 16:38:46 +08:00
sunli
2a63fe1b54 Replace multipart parser with multer. 2020-05-17 16:26:36 +08:00
Sunli
a578f1a22f Merge pull request #92 from c410-f3r/compilation-errors
Fix compilation errors
2020-05-17 09:01:09 +08:00
Caio
8c14c6c675 Rustfmt 2020-05-16 13:12:37 -03:00
Caio
27e5c94731 Fix compilation errors 2020-05-16 13:08:03 -03:00
sunli
b31639e3e9 v1.12.10 2020-05-16 21:23:28 +08:00
sunli
c16d239b65 Remove some unsafe code 2020-05-16 21:14:26 +08:00
sunli
fb54c60aff v1.12.9 2020-05-16 18:19:40 +08:00
sunli
948005832c Export SchemaBuilder 2020-05-16 18:04:47 +08:00
Sunli
2335aa1f2b Merge pull request #90 from vkill/async-graphql-tide-ext
async-graphql-tide: support make query_builder from get request
2020-05-16 10:38:10 +08:00
vkill
d37c97a38e async-graphql-tide: support make query_builder from get request 2020-05-16 10:34:06 +08:00
sunli
10a8b71adb Preserve field order for introspection. #89 2020-05-16 10:05:48 +08:00
sunli
2764a6a3a3 Merge branch 'schema-parser' 2020-05-15 22:28:08 +08:00
sunli
6c7fb0dff7 Schema parser has been implemented. 2020-05-15 22:27:38 +08:00
Sunli
2904d0ad9b Merge pull request #88 from c410-f3r/chrono
Impl Scalar for NaiveDate and NaiveTime
2020-05-15 20:04:34 +08:00
Caio
ae85517976 Impl Scalar for NaiveDate and NaiveTime 2020-05-15 08:51:54 -03:00
Sunli
752f6adde8 Define AST types for schema 2020-05-15 11:42:01 +08:00
Sunli
6de85377f7 Rename async_graphql_parser::ast to async_graphql_parser::query 2020-05-15 10:38:48 +08:00
Sunli
f74652e61a Modify some type names (internal types) 2020-05-15 10:08:37 +08:00
sunli
b92f6a568e 1.12.7 2020-05-14 22:14:31 +08:00
sunli
534837e1b9 Add Context::look_ahead 2020-05-14 22:13:28 +08:00