feat: fix serialization of enum args for graphql

This commit is contained in:
2023-03-14 14:48:28 +01:00
parent 1b31331765
commit 2c04387c3d
7 changed files with 97 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ eyre = "0.6.8"
futures = "0.3.27"
gql_client = "1.0.7"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
serde_json = { version = "1.0.93", features = ["raw_value"] }
tokio = { version = "1.25.0", features = ["full"] }
derive_builder = "0.12.0"