async-graphql/tests
2020-06-23 14:42:57 +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
defer.rs Remove Clone bound for Deferred and Streamed 2020-05-21 15:38:26 +08:00
derive.rs Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164 2020-06-11 11:23:23 +08:00
directive.rs fix #33 2020-04-27 12:57:52 +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 Add input validator tests + fix clippy errors 2020-06-01 16:42:13 -05:00
input_value.rs The error reason can be returned when the input value is parsed incorrectly. #70 2020-05-10 18:27:46 +08:00
interface.rs Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08:00
introspection.rs Implement a type-safe default value definition for InputValue. #111 2020-05-26 20:43:53 +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
mutation.rs fix #33 2020-04-27 12:57:52 +08: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
subscription_websocket.rs Report subscription stream errors to the client. 2020-05-03 16:02:46 +08:00
subscription.rs Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08: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