Commit Graph

40 Commits

Author SHA1 Message Date
sunli
0b6bfd4c33 Add GQLHttpRequest and IntoQueryBuilder trait 2020-04-11 17:36:05 +08:00
sunli
36360bcd4d Add federation example 2020-04-10 10:20:43 +08:00
sunli
1e0365265a Update model.rs 2020-04-08 21:02:55 +08:00
sunli
269f0f0d61 Update error.rs 2020-04-02 14:40:00 +02:00
sunli
506e82895f Add Schema::execute 2020-04-02 12:53:53 +08:00
sunli
14860d9b88 Reimplement the error type and remove the dependency on the anyhow::Error 2020-04-02 10:21:04 +08:00
sunli
b373e1397d remove PreparedQuery 2020-04-01 16:53:49 +08:00
sunli
794acfb170 typo 2020-03-30 09:16:33 +08:00
Sunli
8b86952e7f Merge pull request #10 from nicolaiunrein/master
ExtendedError and ResultExt inital draft
2020-03-29 23:45:29 +08:00
Nicolai Unrein
5157d95efc ExtendedError and ResultExt inital draft 2020-03-29 16:31:45 +02:00
sunli
9cdd0c45a3 v1.6.4 2020-03-29 20:02:52 +08:00
sunli
15fbe9502a Add SimpleObject macro 2020-03-27 10:20:20 +08:00
sunli
bc0d6603c1 v1.6.0 2020-03-26 11:34:28 +08:00
sunli
050cb05925 v1.4.0 2020-03-21 15:11:46 +08:00
sunli
1d0148f63c Add input value validators 2020-03-21 15:07:11 +08:00
sunli
ab0f0239d0 Update model.rs 2020-03-19 17:44:03 +08:00
sunli
724cb21258 add GraphQL Cursor Connections 2020-03-19 17:20:12 +08:00
sunli
60b0282a89 Support subscription 2020-03-17 17:26:59 +08:00
sunli
80061b3a4a v1.1.0 2020-03-14 11:51:49 +08:00
sunli
abfe861749 Add support for multipart request 2020-03-14 11:46:20 +08:00
sunli
e0471ddc10 auto rename to camelcase 2020-03-09 20:00:57 +08:00
sunli
73039cfcea Update model.rs 2020-03-09 18:10:41 +08:00
sunli
c553b02ff1 Update model.rs 2020-03-08 09:22:50 +08:00
sunli
ce9ca29c3d implemented union type 2020-03-08 09:21:29 +08:00
sunli
61fa882a89 Fixed a problem with the return value reference context lifetime 2020-03-07 18:03:19 +08:00
sunli
18e1014788 fix some bugs 2020-03-07 11:21:56 +08:00
sunli
69b3dea88c implemented interface 2020-03-06 23:58:43 +08:00
Dusty Phillips
60f3b38b38 Add an example for tide
I haven't used tide before,
but it looks quite similar to
actix-web.
I modeled this example on the actix-web one,
and it seems to have worked perfectly.
2020-03-05 21:07:35 -04:00
sunli
2351e75f2c fix some bug
add starwars example
2020-03-05 21:34:31 +08:00
sunli
e9cc5969f2 Rewrite the object generation code 2020-03-05 14:23:55 +08:00
sunli
cc96dba8d8 add actix-web example 2020-03-05 08:39:56 +08:00
sunli
92a95dbbf4 implemented directive (@include, @skip) 2020-03-04 14:24:44 +08:00
sunli
b7a65b6784 support variables 2020-03-04 11:51:42 +08:00
sunli
602f6a656f Support default values 2020-03-04 10:38:07 +08:00
sunli
d0c6db0aba add schema support 2020-03-03 19:15:18 +08:00
sunli
8f448c91e9 create type info 2020-03-03 11:48:49 +08:00
sunli
f090df76f7 add schema model 2020-03-03 11:48:49 +08:00
sunli
332faa70fa query root 2020-03-03 11:48:43 +08:00
sunli
b62abdcd83 add InputObject 2020-03-01 21:35:39 +08:00
sunli
5030a28361 init commit 2020-03-01 18:54:34 +08:00