async-graphql/tests
2022-05-24 20:08:35 +08:00
..
batch_request.rs
binary.rs
complex_object.rs
connection.rs
default_value.rs
derived_field.rs
directive.rs
enum.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
error_ext.rs
extension.rs
federation.rs
field_features.rs
fields_merge.rs Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
generic_types.rs
guard.rs
hygiene.rs
input_object.rs
input_value.rs
interface_exporting.rs
interface.rs Remove code and tests related oneof fields. #915 2022-05-07 16:16:01 +08:00
introspection_visible.rs
introspection.rs Allow introspection only schemas 2022-04-18 21:25:02 +02:00
json_type.rs
lifetime.rs
list.rs
maybe_undefined.rs
merged_object.rs
mut_args.rs
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
oneof_object.rs Fixed OneofObject restriction on inner types being unique. #923 2022-05-14 16:43:28 +08:00
optional.rs
preserve_order.rs Respect query object field order. #612 2021-10-26 19:02:15 +08:00
proc_macro_in_macro_rules.rs
raw_ident.rs
rename.rs
result.rs
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
serializer_uuid.rs
simple_object.rs
subscription_websocket_graphql_ws.rs
subscription_websocket_subscriptions_transport_ws.rs
subscription.rs
union.rs
use_type_description.rs
validators.rs
variables.rs