async-graphql/async-graphql-derive/src
2020-06-30 16:14:09 +08:00
..
args.rs Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08:00
enum.rs Add #[allow(clippy::all, clippy::pedantic)] for all macros generated code. #192 2020-06-28 14:28:53 +08:00
input_object.rs Fix Subscriptions issue: "multiple applicable items in scope" #194 2020-06-30 16:14:09 +08:00
interface.rs Add #[allow(clippy::all, clippy::pedantic)] for all macros generated code. #192 2020-06-28 14:28:53 +08:00
lib.rs Remove all datasource-related code and update the documentation. 2020-06-15 14:17:19 +08:00
object.rs Fix Subscriptions issue: "multiple applicable items in scope" #194 2020-06-30 16:14:09 +08:00
output_type.rs Fix the problem described in #80 2020-05-13 11:37:07 +08:00
scalar.rs Add #[allow(clippy::all, clippy::pedantic)] for all macros generated code. #192 2020-06-28 14:28:53 +08:00
simple_object.rs Add #[allow(clippy::all, clippy::pedantic)] for all macros generated code. #192 2020-06-28 14:28:53 +08:00
subscription.rs Fix Subscriptions issue: "multiple applicable items in scope" #194 2020-06-30 16:14:09 +08:00
union.rs Add #[allow(clippy::all, clippy::pedantic)] for all macros generated code. #192 2020-06-28 14:28:53 +08:00
utils.rs Fix issue with unwrapping derive attributes 2020-06-25 13:54:13 -07:00