async-graphql/tests
2020-08-28 14:19:35 +08:00
..
complexity_and_depth.rs Add tests to limit complexity and depth. 2020-05-05 13:46:56 +08:00
connection.rs Remove all datasource-related code and update the documentation. 2020-06-15 14:17:19 +08:00
default_value.rs Add some tests for default value 2020-05-27 09:27:59 +08:00
derive.rs Fix issue with unwrapping derive attributes 2020-06-25 13:54:13 -07:00
directive.rs Add directive @ifdef 2020-08-06 14:52:54 +08:00
enum.rs Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164 2020-06-11 11:23:23 +08:00
federation.rs Add field guard 2020-05-02 07:57:34 +08:00
field_features.rs Add tests for feature attribute 2020-06-06 11:49:29 +08:00
fieldresult.rs Implement OutputType for FieldResult 2020-05-03 22:32:37 +08:00
fields_merge.rs Fixed a bug in fragment query. #114 2020-05-27 15:23:53 +08:00
guard.rs Add PostGuard. #129 2020-06-03 14:50:06 +08:00
input_object.rs Implement a type-safe default value definition for InputValue. #111 2020-05-26 20:43:53 +08:00
input_validators.rs Fix input validator is ignored when using variable #207 2020-07-11 10:05:30 +08:00
input_value.rs Replace Value::Int and Value::Float with Value::Number. 2020-07-29 09:42:52 +08:00
interface.rs Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08:00
introspection.rs Replace Value::Int and Value::Float with Value::Number. 2020-07-29 09:42:52 +08:00
json_type.rs Add OutputJson type #203 2020-07-08 14:44:57 +08:00
list.rs fix #33 2020-04-27 12:57:52 +08:00
maybe_undefined.rs Add MaybeUndefined type (#123) 2020-05-28 15:00:55 +08:00
merged_object.rs Merge subscriptions #243 2020-08-27 15:35:48 +08:00
mut_args.rs Add support for mut field args. 2020-08-17 21:48:53 +08:00
mutation.rs Use FieldResult for data(), add data_unchecked() for panic 2020-07-06 17:39:53 -07:00
optional.rs fix #33 2020-04-27 12:57:52 +08:00
post_guard.rs Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08:00
raw_ident.rs Correct handling of raw identifiers #195 2020-07-02 10:25:20 +08:00
schema.rs Implements Default for Schema. 2020-08-28 14:19:35 +08:00
subscription_websocket.rs Fix send data with 'complete' WebSocket message. #238 2020-08-14 15:21:10 +08:00
subscription.rs Use FieldResult for data(), add data_unchecked() for panic 2020-07-06 17:39:53 -07:00
union.rs Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08:00
variables.rs Allow vars to be missing when def is nullable 2020-06-11 10:00:47 -05:00