async-graphql/src
2021-02-28 09:37:42 +08:00
..
dataloader Clippy clean 2021-02-13 09:55:53 +08:00
extensions Fix the problem that the borrowing lifetime returned by the Context::data function is too small. 2021-02-23 23:05:08 +08:00
http Fix typo in multipart stream size limit calculations 2021-02-13 21:50:17 +03:00
model Allow the deprecation attribute to have no reason. 2021-02-27 11:59:58 +08:00
registry Allow the deprecation attribute to have no reason. 2021-02-27 11:59:58 +08:00
resolver_utils Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00
types Allow the deprecation attribute to have no reason. 2021-02-27 11:59:58 +08:00
validation Moved Variables from async_graphql::context::Variables to 2021-02-28 09:37:42 +08:00
validators Make imports consistent 2020-10-15 07:38:10 +01:00
base.rs Add support for Federation nested keys. 2021-02-21 23:06:26 +08:00
context.rs Moved Variables from async_graphql::context::Variables to 2021-02-28 09:37:42 +08: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 Moved Variables from async_graphql::context::Variables to 2021-02-28 09:37:42 +08:00
look_ahead.rs Add Context::field function. #346 2020-11-30 19:41:35 +08:00
request.rs Moved Variables from async_graphql::context::Variables to 2021-02-28 09:37:42 +08:00
response.rs update response to correctly carry headers through (#384) 2021-01-11 08:05:51 +08:00
schema.rs When introspection is disabled, introspection related types are no longer registered. 2021-02-23 12:49:41 +08:00
subscription.rs Improve the performance of introspection queries. 2021-02-24 12:06:11 +08:00