Commit Graph

474 Commits

Author SHA1 Message Date
Sunli
d300e27fa2 Add Deferred type and @defer directive. #51 2020-05-19 20:53:29 +08:00
Sunli
cfbe8c53f2 v1.12.16 2020-05-19 13:29:44 +08:00
Sunli
89bfaac0eb The scalar name and description attributes are placed on the process macro attributes. #97 2020-05-19 13:27:01 +08:00
Sunli
8fb5c6c9cd v1.12.15 2020-05-19 10:34:10 +08:00
Sunli
a87b7f1a71 Fixed the bug of generating federation sdl. #96 2020-05-19 10:32:08 +08:00
sunli
273aecb6bf Update schema.rs 2020-05-19 00:03:15 +08:00
sunli
f04a2291f9 v1.12.14 2020-05-18 21:32:38 +08:00
sunli
84e206802a v1.12.13 2020-05-18 19:47:20 +08:00
sunli
447b06629b Provide the interface information of the object to the Federation. #95 2020-05-18 19:47:09 +08:00
Sunli
25f8e85004 v1.12.12 2020-05-18 11:39:10 +08:00
Sunli
7ebd825feb Sort __Schema.types and __Schema.directives by name. #93 2020-05-18 11:37:05 +08:00
Sunli
af6996634c Fix some bugs in federation integration. 2020-05-18 11:24:27 +08:00
Sunli
76b582065d Support multiple lines of rustdoc as a type description. 2020-05-18 10:09:09 +08:00
Sunli
6cda0644c6 Upgrade multer to 1.1.1 2020-05-18 09:32:55 +08:00
Sunli
8ef782f1bd
Merge pull request #93 from krevativ/master
Introspection tests
2020-05-18 09:21:34 +08:00
krevativ
868be46647 Format introspection tests 2020-05-17 20:59:21 +02:00
krevativ
d7ea17d27b Delete old test_introspection.rs file 2020-05-17 20:57:55 +02:00
krevativ
4edf27aa84 Add introspection tests 2020-05-17 20:55:40 +02:00
sunli
241d437f15 v1.12.11 2020-05-17 16:38:46 +08:00
sunli
44b1eb4fb4 Replace multipart parser with multer. 2020-05-17 16:26:36 +08:00
Sunli
e2f6475aa6
Merge pull request #92 from c410-f3r/compilation-errors
Fix compilation errors
2020-05-17 09:01:09 +08:00
Caio
989e49ebd7 Rustfmt 2020-05-16 13:12:37 -03:00
Caio
7c17f9bd33 Fix compilation errors 2020-05-16 13:08:03 -03:00
sunli
6dcb3e75a4 v1.12.10 2020-05-16 21:23:28 +08:00
sunli
1c78341ce8 Remove some unsafe code 2020-05-16 21:14:26 +08:00
sunli
0093ec6c8b v1.12.9 2020-05-16 18:19:40 +08:00
sunli
1073b9e1bd Export SchemaBuilder 2020-05-16 18:04:47 +08:00
Sunli
d52ed1dfef
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
c8e14138e6 async-graphql-tide: support make query_builder from get request 2020-05-16 10:34:06 +08:00
sunli
42a4639dc3 Preserve field order for introspection. #89 2020-05-16 10:05:48 +08:00
sunli
abd0da6f50 Merge branch 'schema-parser' 2020-05-15 22:28:08 +08:00
sunli
7d93552245 Schema parser has been implemented. 2020-05-15 22:27:38 +08:00
Sunli
7b34921552
Merge pull request #88 from c410-f3r/chrono
Impl Scalar for NaiveDate and NaiveTime
2020-05-15 20:04:34 +08:00
Caio
ac2fe8583c Impl Scalar for NaiveDate and NaiveTime 2020-05-15 08:51:54 -03:00
Sunli
8ecdca73a7 Define AST types for schema 2020-05-15 11:42:01 +08:00
Sunli
14312ba472 Rename async_graphql_parser::ast to async_graphql_parser::query 2020-05-15 10:38:48 +08:00
Sunli
9184c999ae Modify some type names (internal types) 2020-05-15 10:08:37 +08:00
sunli
73abefcaf0 1.12.7 2020-05-14 22:14:31 +08:00
sunli
ad8ba68d44 Add Context::look_ahead 2020-05-14 22:13:28 +08:00
Sunli
c4b619b98c Add Context::position 2020-05-14 17:35:25 +08:00
Sunli
47ed987ac5 Update release.yml 2020-05-14 16:03:57 +08:00
Sunli
8aa1e24b0a v1.12.6 2020-05-14 15:45:02 +08:00
Sunli
7380fd9e0f Update async-graphql-tide::ResponseExt 2020-05-14 15:40:23 +08:00
Sunli
b204ed67d6 Update async-graphql-lambda 2020-05-14 15:30:10 +08:00
Sunli
b54d663d88 Add async-graphql-tide::ResponseExt 2020-05-14 15:24:24 +08:00
Sunli
191758f9b0 Add async-graphql-lambda
Update async-graphql-tide api
2020-05-14 14:50:08 +08:00
sunli
3870937623 v1.12.3 2020-05-13 19:04:13 +08:00
sunli
0717d6685b Update error_extensions.md 2020-05-13 12:51:44 +08:00
sunli
0824b6cc23 Update docs 2020-05-13 12:49:43 +08:00
sunli
fbfc1ff8b2 Fix the problem described in #80 2020-05-13 11:37:07 +08:00