Skip to content

Commit 33fd01f

Browse files
committed
graph,graphql: Query.hash to represent a normalized query
1 parent d2693fb commit 33fd01f

File tree

7 files changed

+466
-8
lines changed

7 files changed

+466
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ hex = "0.4.3"
2222
http = "0.2.3"
2323
futures = "0.1.21"
2424
graphql-parser = "0.4.0"
25+
graphql-tools = { git = "https://github.com/dotansimha/graphql-tools-rs", branch = "kamil-transformer"}
2526
lazy_static = "1.4.0"
2627
num-bigint = { version = "^0.2.6", features = ["serde"] }
2728
num_cpus = "1.13.1"

graph/src/data/graphql/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub use self::values::{
2121
ValueMap,
2222
};
2323

24+
pub mod query_hash;
2425
pub mod shape_hash;
2526

2627
pub mod effort;

0 commit comments

Comments
 (0)