async-graphql/tests
Sunli e8f14f328f Fix possible stack overflow in validator. 2022-01-28 09:46: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 support `flatten` attribute for `SimpleObject`, `ComplexObject` and `Object` macros. #533 2022-01-18 10:33:07 +08:00
connection.rs Update docs 2021-11-20 11:16:48 +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 Update error_ext.rs 2021-11-16 11:56:44 +08:00
extension.rs Clippy clean 2021-07-31 23:54:16 +08:00
federation.rs Fix deadlock in dataloader. #555 2021-12-04 14:33:47 +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 Fix the generic `SimpleObject` can't define the lifetimes. #774 2022-01-05 11:52:02 +08:00
guard.rs Fix field guards not working on `ComplexObject`. #767 2021-12-26 10:42:36 +08:00
hygiene.rs Fix macro hygiene 2020-10-16 20:21:46 +01:00
input_object.rs Add `skip_input` attribute to `InputObject` macro, `skip_output` attribute to `SimpleObject` macro. #797 2022-01-26 17:54:24 +08:00
input_value.rs Implement `InputType` for `Box<str>` and `Arc<str>`. #792 2022-01-21 10:25:50 +08:00
interface.rs Move the methods of the `Type` trait to `InputType` and `OutputType`. 2021-11-12 07:23:05 +08:00
interface_exporting.rs rustfmt 2021-12-05 09:43:44 +08:00
introspection.rs Add `Request::disable_introspection` method. #456 2021-03-30 11:59:57 +08:00
introspection_visible.rs Custom directive 2021-11-20 09:04:46 +08:00
json_type.rs Allowed use validators on wrapper types, for example: `Option<T>`, `MaybeUnefined<T>`. 2021-11-18 15:43:12 +08:00
lifetime.rs Clippy clean 2021-01-11 09:01:28 +08:00
list.rs Update docs 2021-11-20 11:16:48 +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 Update docs 2021-11-20 11:16:48 +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 support `flatten` attribute for `SimpleObject`, `ComplexObject` and `Object` macros. #533 2022-01-18 10:33:07 +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 Rework Failure 3 #671 2021-11-07 19:11:43 +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 Fix possible stack overflow in validator. 2022-01-28 09:46:14 +08:00
subscription.rs No longer assumes that a subscription stream that failed to resolve has ended. #744 2021-12-07 11:00:53 +08:00
subscription_websocket_graphql_ws.rs Update docs 2021-11-20 11:16:48 +08:00
subscription_websocket_subscriptions_transport_ws.rs Update docs 2021-11-20 11:16:48 +08:00
union.rs Add `Union` and `Interface` support for trait objects. #780 2022-01-11 09:35:09 +08: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 Fix the custom validator cannot work on `Option<Vec<T>>`. 2021-11-30 13:46:23 +08:00
variables.rs Fixed variable type not checked when given a default value 2022-01-24 14:11:46 +01:00