async-graphql/src/validation/rules
2022-03-05 09:06:59 +08:00
..
arguments_of_correct_type.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
default_values_of_correct_type.rs Fixed formatting (missing comma) 2022-01-24 14:32:30 +01:00
directives_unique.rs Add DirectivesUnique rule 2021-11-18 20:14:56 +08:00
fields_on_correct_type.rs Subscription typename - [GraphQL - October 2021] #681 2021-11-02 20:35:05 +08:00
fragments_on_composite_types.rs Add parse_value and from_value funcntions. 2020-10-11 20:24:31 +08:00
known_argument_names.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
known_directives.rs Add parse_value and from_value funcntions. 2020-10-11 20:24:31 +08:00
known_fragment_names.rs Rustfmt 2020-09-06 07:16:36 +01:00
known_type_names.rs Add parse_value and from_value funcntions. 2020-10-11 20:24:31 +08:00
mod.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
no_fragment_cycles.rs Rework validators 2021-11-14 21:09:14 +08:00
no_undefined_variables.rs Clippy clean 2021-02-26 20:05:09 +08:00
no_unused_fragments.rs Clippy clean 2021-02-26 20:05:09 +08:00
no_unused_variables.rs Add DirectivesUnique rule 2021-11-18 20:14:56 +08:00
oneof_fields_have_exactly_one_argument.rs Export @oneOf directive to SDL when Oneof type is defined. #766 2022-03-05 09:06:59 +08:00
overlapping_fields_can_be_merged.rs Fix possible stack overflow in validator. 2022-01-28 09:46:14 +08:00
possible_fragment_spreads.rs Make imports consistent 2020-10-15 07:38:10 +01:00
provided_non_null_arguments.rs Clippy clean 2021-06-18 10:43:34 +08:00
scalar_leafs.rs Move some validations to parser 2020-09-22 19:59:48 +01:00
unique_argument_names.rs Add DirectivesUnique rule 2021-11-18 20:14:56 +08:00
unique_variable_names.rs Make imports consistent 2020-10-15 07:38:10 +01:00
upload_file.rs Add parse_value and from_value funcntions. 2020-10-11 20:24:31 +08:00
variables_are_input_types.rs Rewrite async-graphql-parser 2020-09-06 06:38:31 +01:00
variables_in_allowed_position.rs Add DirectivesUnique rule 2021-11-18 20:14:56 +08:00