Skip to content

Commit

Permalink
Add deprecation analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jul 15, 2024
1 parent 41153da commit e0a2ba6
Show file tree
Hide file tree
Showing 2 changed files with 626 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bluejay-validator/src/executable/operation/analyzers.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
pub mod complexity_cost;
mod deprecation;
mod input_size;
mod query_depth;
mod variable_values_are_valid;

pub use complexity_cost::ComplexityCost;
pub use deprecation::Deprecation;
pub use input_size::InputSize;
pub use query_depth::QueryDepth;
pub use variable_values_are_valid::{VariableValueError, VariableValuesAreValid};
Loading

0 comments on commit e0a2ba6

Please sign in to comment.