async-graphql/tests
Sunli 2a0cc52178 Clippy clean 2022-04-20 14:21:23 +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 Rework connection types 2022-04-19 19:18:06 +08:00
connection.rs Rework connection types 2022-04-19 19:18:06 +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 Update docs 2021-11-20 11:16:48 +08:00
enum.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
error_ext.rs Clippy clean 2022-04-20 14:21:23 +08:00
extension.rs Rework connection types 2022-04-19 19:18:06 +08:00
federation.rs Rework connection types 2022-04-19 19:18:06 +08:00
field_features.rs Update docs 2021-11-20 11:16:48 +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 Clippy clean 2022-04-20 14:21:23 +08:00
guard.rs Rework connection types 2022-04-19 19:18:06 +08:00
hygiene.rs Rework connection types 2022-04-19 19:18:06 +08:00
input_object.rs Rework connection types 2022-04-19 19:18:06 +08:00
input_value.rs Rework connection types 2022-04-19 19:18:06 +08:00
interface.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
interface_exporting.rs rustfmt 2021-12-05 09:43:44 +08:00
introspection.rs Allow introspection only schemas 2022-04-18 21:25:02 +02:00
introspection_visible.rs Custom directive 2021-11-20 09:04:46 +08:00
json_type.rs Rework connection types 2022-04-19 19:18:06 +08:00
lifetime.rs Clippy clean 2021-01-11 09:01:28 +08:00
list.rs Rework connection types 2022-04-19 19:18:06 +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 Rework connection types 2022-04-19 19:18:06 +08:00
name_conflict.rs If a GraphQL name conflict is detected when creating schema, it will cause panic. #499 2021-11-08 10:25:31 +08:00
object.rs Add process_with to methods 2022-04-06 18:25:07 +09:00
oneof_object.rs Rework connection types 2022-04-19 19:18:06 +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 Update docs 2021-11-20 11:16:48 +08:00
rename.rs Rework Extension 2021-04-04 14:37:41 +08:00
result.rs Update tests 2022-04-19 11:06:54 +08:00
scalar.rs Fix panic on f32-64::INFINITE/f32-64::NEG_INFINITE/f32-64::NAN output. #735 2021-12-02 20:19:17 +08:00
schema.rs Fix the problem that some integrations overwritten HTTP headers. #793 2022-01-24 14:14:07 +08:00
serializer_uuid.rs fix: add test case for serializing issue 2021-08-18 14:22:17 +00:00
simple_object.rs Rework connection types 2022-04-19 19:18:06 +08:00
subscription.rs Update tests 2022-04-19 11:06:54 +08:00
subscription_websocket_graphql_ws.rs Rework connection types 2022-04-19 19:18:06 +08:00
subscription_websocket_subscriptions_transport_ws.rs Rework connection types 2022-04-19 19:18:06 +08:00
union.rs Support macro type in enum variant 2022-04-06 17:38:36 +02:00
use_type_description.rs Move the methods of the `Type` trait to `InputType` and `OutputType`. 2021-11-12 07:23:05 +08:00
validators.rs Rework connection types 2022-04-19 19:18:06 +08:00
variables.rs Rework connection types 2022-04-19 19:18:06 +08:00