async-graphql/tests
2021-03-09 22:21:56 +09:00
..
batch_request.rs Rework errors 2020-09-29 20:06:44 +01:00
connection.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
default_value.rs Fix #[Object] macro panic with default u32. #361 2020-12-28 18:39:17 +08:00
directive.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
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 Add test for Federation entity lookup with DataLoader. 2021-03-06 08:21:44 +08:00
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 Support generics in Subscription types 2021-03-09 22:21:56 +09: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 Moved Variables from async_graphql::context::Variables to 2021-02-28 09:37:42 +08:00
input_value.rs Rework errors 2020-09-29 20:06:44 +01:00
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 Allow the deprecation attribute to have no reason. 2021-02-27 11:59:58 +08:00
json_type.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
lifetime.rs Clippy clean 2021-01-11 09:01:28 +08:00
list.rs Clippy clean 2021-02-26 20:05:09 +08:00
maybe_undefined.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
merged_object.rs Fix #333 2020-11-03 18:16:55 +08:00
mut_args.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
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 Rework errors 2020-09-29 20:06:44 +01:00
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 Fixed GraphQL over WebSocket Protocol does not support ConnectionError events. #406 2021-02-06 11:02:41 +08:00
subscription_websocket_subscriptions_transport_ws.rs Fixed GraphQL over WebSocket Protocol does not support ConnectionError events. #406 2021-02-06 11:02:41 +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 Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00