async-graphql/tests
2021-01-16 16:37:20 +08:00
..
batch_request.rs
connection.rs
default_value.rs Fix #[Object] macro panic with default u32. #361 2020-12-28 18:39:17 +08:00
directive.rs
enum.rs Update docs 2020-10-13 10:19:30 +08:00
error_ext.rs Some improvements. 2020-10-10 16:28:07 +08:00
extension.rs Fix the bug that ʻExtension::prepare_request` cannot get the correct request data through the context. 2020-10-18 11:24:16 +08:00
federation.rs
field_features.rs Make macros hygienic 2020-10-16 11:37:59 +01:00
fields_merge.rs Fix the problem that the fields of the list are not merged correctly.#345 2020-11-27 10:26:23 +08:00
generic_types.rs Fix a bug that cause generic InputObject and SimpleObject is incorrect name. #387 2021-01-14 19:20:28 +08:00
guard.rs Replace futures with futures_util 2020-10-16 07:49:22 +01:00
hygiene.rs Fix macro hygiene 2020-10-16 20:21:46 +01:00
input_object.rs Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00
input_validators.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
input_value.rs
interface.rs Fix interface downcasting. #330 2020-10-31 08:58:54 +08:00
introspection_visible.rs Clippy clean 2021-01-11 09:01:28 +08:00
introspection.rs Clippy clean 2021-01-11 09:01:28 +08:00
json_type.rs
lifetime.rs Clippy clean 2021-01-11 09:01:28 +08:00
list.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
maybe_undefined.rs
merged_object.rs Fix #333 2020-11-03 18:16:55 +08:00
mut_args.rs
mutation.rs Add entity lookup support for MergedObject. 2020-10-20 11:49:31 +08:00
optional.rs Fix a bug in the validator. 2020-10-14 10:54:46 +08:00
proc_macro_in_macro_rules.rs Fix async_graphql::Object does not work when inside macro after rust 1.48.0 2020-11-22 09:53:18 +08:00
raw_ident.rs Strip r# prefix when constructing getter ident 2020-12-20 19:08:22 -05:00
rename.rs Add entity lookup support for MergedObject. 2020-10-20 11:49:31 +08:00
result.rs
scalar.rs Clippy clean 2021-01-11 09:01:28 +08:00
schema.rs Add entity lookup support for MergedObject. 2020-10-20 11:49:31 +08:00
subscription_websocket_graphql_ws.rs Supports async websocket initializer. #393 2021-01-16 16:37:20 +08:00
subscription_websocket_subscriptions_transport_ws.rs Supports async websocket initializer. #393 2021-01-16 16:37:20 +08:00
subscription.rs Add entity lookup support for MergedObject. 2020-10-20 11:49:31 +08:00
union.rs Add entity lookup support for MergedObject. 2020-10-20 11:49:31 +08:00
use_type_description.rs Clippy clean 2021-01-11 09:01:28 +08:00
variables.rs