Skip to content

Commit

Permalink
refactor(graph-gateway): update subgraph client with graphql-http cli…
Browse files Browse the repository at this point in the history
…ent (#418)
  • Loading branch information
LNSD authored Nov 21, 2023
1 parent 37bd97d commit 0beaff5
Show file tree
Hide file tree
Showing 7 changed files with 417 additions and 182 deletions.
142 changes: 75 additions & 67 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ uuid = { version = "1.0", default-features = false, features = ["v4"] }

[dev-dependencies]
assert_matches = "1.5.0"
hyper = "*"
hyper = "0.14.24"
regex = "1.5"
test-with = { version = "0.12.0", default-features = false }
Loading

0 comments on commit 0beaff5

Please sign in to comment.