async-graphql/src
2021-04-01 15:46:46 +08:00
..
dataloader Add cache support for DataLoader. #455 2021-04-01 15:46:46 +08:00
extensions Rework Extension & TracingExtension & OpenTelemetryExtension 2021-03-26 12:03:10 +08:00
http Rework Extension & TracingExtension & OpenTelemetryExtension 2021-03-26 12:03:10 +08:00
model Allow the deprecation attribute to have no reason. 2021-02-27 11:59:58 +08:00
registry Remove SchemaBuilder::override_name method. #437 2021-03-31 16:54:57 +08:00
resolver_utils Rework Extension & TracingExtension & OpenTelemetryExtension 2021-03-26 12:03:10 +08:00
types Add Request::disable_introspection method. #456 2021-03-30 11:59:57 +08:00
validation Fix the problem that the validation does not work on some inline fragments. 2021-03-14 10:15:52 +08:00
validators Make imports consistent 2020-10-15 07:38:10 +01:00
base.rs Add ComplexObject macro. #355 2021-03-18 10:13:46 +08:00
context.rs Add Request::disable_introspection method. #456 2021-03-30 11:59:57 +08:00
error.rs Now all features are not activated by default. 2021-03-22 10:39:17 +08:00
guard.rs Update docs. 2020-10-07 13:40:03 +08:00
lib.rs Add name and visible attributes for Newtype macro for define a new scalar. #437 2021-03-31 19:28:19 +08:00
look_ahead.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
request.rs Add Request::disable_introspection method. #456 2021-03-30 11:59:57 +08:00
response.rs update response to correctly carry headers through (#384) 2021-01-11 08:05:51 +08:00
schema.rs Remove SchemaBuilder::override_name method. #437 2021-03-31 16:54:57 +08:00
subscription.rs Rework Extension & TracingExtension & OpenTelemetryExtension 2021-03-26 12:03:10 +08:00