Commit Graph

296 Commits

Author SHA1 Message Date
Sunli
538b7e0646 Add GQLInterface and GQLUnion 2020-06-11 15:08:51 +08:00
Sunli
9281fcbb5a Merge branch 'master' of github.com:async-graphql/async-graphql 2020-06-11 11:23:34 +08:00
Sunli
b605846822 Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164
use `proc_macro_derive` to solve the problem that Enum, InputObject, and SimpleObject do not support the #cfg attribute.
2020-06-11 11:23:23 +08:00
Coenen Benjamin
8d5ad9d484
Update name of scalar DateTime to DateTimeUtc (#166)
* Update name of scalar DateTime to DateTimeUtc
2020-06-09 21:18:23 +08:00
Sunli
0b363dc167 Fix slice support #165 2020-06-09 18:45:22 +08:00
William Myers
53e5467eb4
Add docs about into_read being blocking
Addresses #151
2020-06-07 20:44:01 -06:00
sunli
06298ba4f4 Fix upload seems broken in the new version. #160 2020-06-07 16:32:05 +08:00
iancormac84
8a76ebc44a Upgrade bson crate. 2020-06-06 12:38:15 -04:00
Sunli
aa1b2b61cc Fix Subscription panics when unsubscribing from exhausted stream #157 2020-06-06 19:58:36 +08:00
Sunli
f59d9f080f Add tests for feature attribute 2020-06-06 11:49:29 +08:00
Sunli
c3f3e20105 Update playground_source.rs 2020-06-06 10:30:14 +08:00
Sunli
3292b068c2 Clippy cleanup 2020-06-06 10:10:10 +08:00
Roman Useinov
468d648906
Add the ability to specify full config for GraphQLPlayground (#155)
* add the ability to specify full config for GraphQLPlayground
2020-06-06 09:55:53 +08:00
Coenen Benjamin
1660eacb11
Update FnMut to FnOnce for query closure 2020-06-06 02:00:21 +02:00
Sunli
5beef0e536 add feature attribute to field attribute inside SimpleObject 2020-06-05 21:17:15 +08:00
Coenen Benjamin
614fb89703
add feature attribute to field attribute inside Object (#153)
* add feature support in field attribute
2020-06-05 21:06:53 +08:00
Sunli
9af4d2b5ad Add QueryBuilder::extension function. #87 2020-06-05 15:42:29 +08:00
Sunli
55328931cd Fix relay @defer requires a label in the second chunk. #146 2020-06-05 12:20:23 +08:00
Sunli
75bb018e16 Update guard.rs 2020-06-03 14:59:26 +08:00
Sunli
cfd652576f Add PostGuard. #129 2020-06-03 14:50:06 +08:00
Sunli
8cfe226045 Update connection::query docs 2020-06-02 21:43:08 +08:00
Sunli
eca322a523 Add Default derive for Json type 2020-06-02 21:00:54 +08:00
Sunli
63b3b8115e Add example for connection::query 2020-06-02 19:12:28 +08:00
Sunli
27b622e8bc Add connection::query function 2020-06-02 17:43:13 +08:00
Sunli
38c0f98c20 Little performance optimization. 2020-06-02 12:02:14 +08:00
Sunli
a0519fd8fe
Merge pull request #119 from kevinschoonover/master
Add tests for Input Validators
2020-06-02 09:06:59 +08:00
Sunli
7a3c4792f5 Update docs 2020-06-02 08:57:45 +08:00
Sunli
616b7303ee Add SchemaBuilder::enable_federation #136 2020-06-02 08:49:27 +08:00
Kevin Schoonover
80ff792f1a Add input validator tests + fix clippy errors 2020-06-01 16:42:13 -05:00
Kevin Schoonover
e96ee8a8d6 Update input validator errors to be standardized 2020-06-01 16:42:06 -05:00
Kevin Schoonover
009ff2d2d6 Fix AND input validator operator 2020-06-01 16:42:06 -05:00
Sunli
983b8bacf9 Add ability to exclude Subscription from _service.sdl #131 2020-06-01 19:36:19 +08:00
Sunli
467a6119bf Add async_graphql_warp::GQLResponseStream type 2020-06-01 10:40:07 +08:00
Sunli
9ca2ed6e2e Fix validators bug 2020-06-01 10:19:24 +08:00
Sunli
d932d30209 Fix incorrect variable substitution. #126 2020-05-31 11:54:07 +08:00
Sunli
d407b2ca98 Remove unsafe code from tests 2020-05-29 17:29:15 +08:00
Sunli
82fe117d44 Remove unsafe code in SubscriptionStream 2020-05-29 14:42:14 +08:00
Sunli
e3577250eb Remove premature generic constraints of DataSource type. 2020-05-29 12:42:58 +08:00
Sunli
fc5f5a9947 Add Connection::map and Connection::map_node functions 2020-05-29 12:19:08 +08:00
Sunli
666c908ca1 Update connection_type.rs 2020-05-29 11:56:12 +08:00
Sunli
cc37f2ace4 Update DataSource example 2020-05-29 11:54:16 +08:00
Sunli
9c4b64dbfb Rename Connection::new_with_additional_fields to Connection::with_additional_fields and Edge::new_with_additional_fields to Edge::with_additional_fields 2020-05-29 10:28:18 +08:00
Sunli
a336733616 Add Connection::try_append and Connection::try_append_stream 2020-05-29 09:24:31 +08:00
Иван Плесских
6d56c0157e
Added docs for Interface field method argument (#124)
* Added docs for `Interface` field `method` argument
2020-05-28 23:50:01 +08:00
sunli
3785bd3772 Update some docs 2020-05-28 22:18:15 +08:00
Sunli
18dacbdf17
Add MaybeUndefined type (#123)
* Add MaybeUndefined type
2020-05-28 15:00:55 +08:00
Sunli
174f354c9b Update integers.rs 2020-05-28 11:25:03 +08:00
Sunli
dfe381b2e0 Fix the problem that async-graphql cannot be compiled and passed in rust nightly-2020-05-25. #122 2020-05-28 10:26:07 +08:00
sunli
40c7a0a7b2 Update mod.rs 2020-05-28 08:07:29 +08:00
Sunli
ada2597130
New data source (#105)
* New data source
2020-05-28 08:02:00 +08:00