graphql-engine/v3/crates/engine
Samir Talwar 891cfec3a6 Remove redundant conversions to serde_json::Value. (#579)
There are a couple of places where we serialize a `serde_json::Value` to
itself. This is completely unnecessary and quite time-consuming.

V3_GIT_ORIGIN_REV_ID: f15e606fb935f41d280820531e1111d150950a05
2024-05-14 09:32:10 +00:00
..
benches Split schema into own crate (#556) 2024-05-10 12:28:22 +00:00
bin/engine Convert trace display names once. (#576) 2024-05-14 08:03:57 +00:00
src Remove redundant conversions to serde_json::Value. (#579) 2024-05-14 09:32:10 +00:00
tests Split schema into own crate (#556) 2024-05-10 12:28:22 +00:00
build.rs Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
Cargo.toml Bump serde from 1.0.197 to 1.0.201 (#569) 2024-05-13 12:38:03 +00:00