graphql-engine/v3/crates/custom-connector
Samir Talwar 723938a441 Bundle custom connector data with the binary. (#480)
This changes the way we build the custom connector so that the data is
baked in at compile time, not loaded from the file system at runtime.
This simplifies packaging.

I also took the liberty to switch out `.unwrap()` for `anyhow`, and to
avoid parsing a string to construct the socket address.

V3_GIT_ORIGIN_REV_ID: d562e0a9852b4e3ecde45bd6938d8eb1b066211b
2024-04-19 15:06:11 +00:00
..
data Allow nulls when expecting object or array in response (#440) 2024-04-04 10:53:40 +00:00
src Bundle custom connector data with the binary. (#480) 2024-04-19 15:06:11 +00:00
Cargo.toml Bundle custom connector data with the binary. (#480) 2024-04-19 15:06:11 +00:00