Skip to content

Commit

Permalink
graph,graphql: Query.hash to represent a normalized query
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Sep 7, 2022
1 parent 675dcf0 commit bd7e7d7
Show file tree
Hide file tree
Showing 7 changed files with 435 additions and 5 deletions.
12 changes: 10 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ hex = "0.4.3"
http = "0.2.3"
futures = "0.1.21"
graphql-parser = "0.4.0"
graphql-tools = "0.1.0"
lazy_static = "1.4.0"
num-bigint = { version = "^0.2.6", features = ["serde"] }
num_cpus = "1.13.1"
num-traits = "0.2.15"
rand = "0.8.4"
second-stack = "0.3.5"
semver = { version = "1.0.12", features = ["serde"] }
serde = { version = "1.0.126", features = ["rc"] }
serde_derive = "1.0.125"
Expand Down
1 change: 1 addition & 0 deletions graph/src/data/graphql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub use self::values::{
};

pub mod shape_hash;
pub mod validation_hash;

pub mod effort;

Expand Down
Loading

0 comments on commit bd7e7d7

Please sign in to comment.