with scalars

This commit is contained in:
2023-01-29 13:29:11 +01:00
parent 3263f1d589
commit 0d6e6e57ae
6 changed files with 141 additions and 7 deletions

View File

@@ -9,5 +9,7 @@ edition = "2021"
eyre = "0.6.8"
genco = "0.17.3"
graphql-introspection-query = "0.2.0"
itertools = "0.10.5"
pretty_assertions = "1.3.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"