async-graphql/src
2021-02-06 11:02:41 +08:00
..
dataloader Fix the bug that dataloader will only return one value when loading the same key. #386 2021-01-11 09:42:30 +08:00
extensions Update http-headers to use http::HeaderMap 2021-01-10 10:57:28 +00:00
http Fixed GraphQL over WebSocket Protocol does not support ConnectionError events. #406 2021-02-06 11:02:41 +08:00
model Add visible attributes on types, fields, and parameters, allowing some content to be hidden based on conditions. 2020-12-12 16:23:53 +08:00
registry #[Object] on impl dyn TraitObj. #381 2021-01-10 11:21:47 +08:00
resolver_utils Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00
types Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00
validation Clippy clean 2021-01-11 09:01:28 +08:00
validators Make imports consistent 2020-10-15 07:38:10 +01:00
base.rs Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00
context.rs Update http-headers to use http::HeaderMap 2021-01-10 10:57:28 +00:00
error.rs Clippy clean 2021-01-11 09:01:28 +08:00
guard.rs Update docs. 2020-10-07 13:40:03 +08:00
lib.rs Add NewType derive macro. #388 2021-01-15 10:29:03 +08:00
look_ahead.rs Add Context::field function. #346 2020-11-30 19:41:35 +08:00
request.rs Derive Serialize for Request and Deserialize for Response. 2020-10-23 08:26:48 +08:00
response.rs update response to correctly carry headers through (#384) 2021-01-11 08:05:51 +08:00
schema.rs Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00
subscription.rs Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00