async-graphql/tests
2021-11-08 08:45:14 +08:00
..
batch_request.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
binary.rs Implemented OutputType for Bytes. #569 2021-07-18 21:42:39 +08:00
complex_object.rs Add concrete type support for complex object. 2021-07-04 14:05:08 +08:00
connection.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
default_value.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
derived_field.rs misc: dbg missed 2021-10-28 15:55:00 +00:00
directive.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
enum.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
error_ext.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
extension.rs Clippy clean 2021-07-31 23:54:16 +08:00
federation.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
field_features.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
fields_merge.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
generic_types.rs Add concrete names support for Object macro. #633 2021-09-24 21:00:17 +08:00
guard.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
hygiene.rs Fix macro hygiene 2020-10-16 20:21:46 +01:00
input_object.rs Clippy clean 2021-07-31 23:54:16 +08:00
input_validators.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
input_value.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
interface.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
introspection_visible.rs Clippy clean 2021-07-31 23:54:16 +08:00
introspection.rs Add Request::disable_introspection method. #456 2021-03-30 11:59:57 +08:00
json_type.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
lifetime.rs Clippy clean 2021-01-11 09:01:28 +08:00
list.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
maybe_undefined.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
merged_object.rs Fix the problem that EmptyMutation may cause when used in MergedObject. #694 2021-11-08 08:45:14 +08:00
mut_args.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
mutation.rs Add serial attribute for MergedObject macro. #539 2021-06-16 15:08:33 +08:00
optional.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
preserve_order.rs Respect query object field order. #612 2021-10-26 19:02:15 +08:00
proc_macro_in_macro_rules.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
raw_ident.rs Rework Extension 2021-04-04 14:37:41 +08:00
rename.rs Rework Extension 2021-04-04 14:37:41 +08:00
result.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
scalar.rs Specified By - [GraphQL - October 2021] #677 2021-11-02 20:35:05 +08:00
schema.rs Make Schema::execute return HTTP headers when an error occurs. #572 2021-07-16 07:47:43 +08:00
serializer_uuid.rs fix: add test case for serializing issue 2021-08-18 14:22:17 +00:00
subscription_websocket_graphql_ws.rs Add support for graphql-ws pings. #635 2021-09-16 21:10:39 +08:00
subscription_websocket_subscriptions_transport_ws.rs Rework error propagation. #531 2021-06-08 10:05:30 +08:00
subscription.rs Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
union.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
use_type_description.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
variables.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00