graphql-engine/v3/crates/execute
Samir Talwar 051b016f46 Avoid cloning headers when making an NDC request if possible. (#646)
Sometimes they will be borrowed and therefore must be cloned, but
sometimes they'll be owned, and we can use that.

V3_GIT_ORIGIN_REV_ID: 99f40f303c42acc0f44e4ce3081a1c9dce1802b1
2024-05-31 11:01:00 +00:00
..
benches Split out execute crate (#588) 2024-05-17 14:42:23 +00:00
src Avoid cloning headers when making an NDC request if possible. (#646) 2024-05-31 11:01:00 +00:00
tests Store NDC capabilities in the resolved metadata. (#641) 2024-05-30 17:42:56 +00:00
Cargo.toml test for concurrent execution of query root fields (#609) 2024-05-23 12:57:54 +00:00
readme.md Split out execute crate (#588) 2024-05-17 14:42:23 +00:00

execute

Given an already resolved set of metadata, this crate is responsible for taking requests and executing them.