async-graphql/src
2020-08-10 14:57:45 +08:00
..
extensions Use log crate instead of xlog because xlog still needs to be perfected. #217 2020-07-24 16:55:46 +08:00
http Removes code about streaming requests. 2020-07-31 10:10:03 +08:00
model Implement a type-safe default value definition for InputValue. #111 2020-05-26 20:43:53 +08:00
scalars Replace Value::Int and Value::Float with Value::Number. 2020-07-29 09:42:52 +08:00
subscription Add support for query execution over websocket. 2020-07-31 11:30:57 +08:00
types Update docs 2020-08-10 14:57:45 +08:00
validation Add directive @ifdef 2020-08-06 14:52:54 +08:00
validators InputValueValidator::is_valid function now returns the Result type. #221 2020-07-30 09:43:51 +08:00
base.rs Add derive macro GQLMergeObject. #231 2020-08-10 14:11:46 +08:00
context.rs Add directive @ifdef 2020-08-06 14:52:54 +08:00
error.rs Replace log crate with xlog. 2020-07-15 18:05:24 +08:00
guard.rs Update guard.rs 2020-06-03 14:59:26 +08:00
lib.rs Update docs 2020-08-10 14:57:45 +08:00
look_ahead.rs Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08:00
mutation_resolver.rs Add directive @ifdef 2020-08-06 14:52:54 +08:00
query.rs Removes code about streaming requests. 2020-07-31 10:10:03 +08:00
registry.rs Fix Federation schema throws error while using multiple Option inputs #211 2020-07-17 10:14:40 +08:00
resolver.rs 3% speedup in chat run by allocating vector up front 2020-08-08 13:36:14 +02:00
schema.rs Add directive @ifdef 2020-08-06 14:52:54 +08:00