async-graphql/tests
2020-12-18 18:56:28 +08: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 Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +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 Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +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 Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +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 the skip attribute to the InputObject fields. 2020-12-15 20:29:59 +08:00
input_validators.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +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 Add visible attributes on types, fields, and parameters, allowing some content to be hidden based on conditions. 2020-12-12 16:23:53 +08:00
introspection.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
json_type.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
lifetime.rs Fix can no longer derive Union for union types with lifetimes. #311 2020-10-15 08:53:17 +08:00
list.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +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 Replace futures with futures_util 2020-10-16 07:49:22 +01: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 Fix the problem of scalar macro. 2020-11-03 13:50:22 +08:00
schema.rs Add entity lookup support for MergedObject. 2020-10-20 11:49:31 +08:00
subscription_websocket_graphql_ws.rs Remove async-channel and async-mutex from dependencies. 2020-12-17 10:05:32 +08:00
subscription_websocket_subscriptions_transport_ws.rs Remove async-channel and async-mutex from dependencies. 2020-12-17 10:05:32 +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 Fix the problem that Description derived macro do not support generic objects. 2020-11-04 10:25:30 +08:00
variables.rs Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00