async-graphql/src
Oliver Cooper b6dcb02df8 Aligned NaiveDateTime formatting with DateTime
Fixes #526

Chrono uses `%Y-%m-%dT%H:%M:%S%.f%:z` for it's RCC3339 formatting implementation. See 3467172c31/src/format/mod.rs (L680)
2021-06-03 10:12:32 +12:00
..
dataloader Add the BuildHasher generic parameter to dataloader::HashMapCache to allow custom hashing algorithms. #455 2021-04-02 18:22:06 +08:00
extensions fix: call instrument span later 2021-05-19 10:49:06 +08:00
http style:linted code 2021-05-18 03:27:50 +08:00
model Clippy clean 2021-05-07 10:14:05 +08:00
registry Clippy clean 2021-05-07 10:14:05 +08:00
resolver_utils Update subscription.rs 2021-04-04 19:51:41 +08:00
types Aligned NaiveDateTime formatting with DateTime 2021-06-03 10:12:32 +12:00
validation Rework Extension 2021-04-04 14:37:41 +08:00
validators fix: typo then => than 2021-05-25 18:20:47 +08:00
base.rs Now when the resolver returns the Result type, E can be all types that implement Into<async_graphql::Error>. 2021-04-09 15:04:01 +08:00
context.rs Remove spin crate from dependencies 2021-04-08 11:41:15 +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 Fix the problem that the ComplexObject macro cannot work due to the secret attribute. 2021-04-23 10:25:00 +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 Rework Extension 2021-04-04 14:37:41 +08:00
schema.rs Remove spin crate from dependencies 2021-04-08 11:41:15 +08:00
subscription.rs Rework Extension 2021-04-04 14:37:41 +08:00