graphql-engine/v3/crates/execute
Samir Talwar 835668b03c Avoid cloning data connector URL and headers. (#635)
We don't need to clone to populate the transient
`ndc_client::Configuration` type.

V3_GIT_ORIGIN_REV_ID: 920f1a2a82d45fb51179126347aa3d9ba05a6b1f
2024-05-30 11:34:05 +00:00
..
benches Split out execute crate (#588) 2024-05-17 14:42:23 +00:00
src Avoid cloning data connector URL and headers. (#635) 2024-05-30 11:34:05 +00:00
tests Bug Fix: use Exists clause for relationship filter predicates (#605) 2024-05-23 15:38:07 +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.