graphql-engine/v3/crates/metadata-resolve
Daniel Harvey 9232af913a Split up command resolve stage (#774)
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

Tiny no-op PR to split the `command` stage of `metadata-resolve` into
smaller modules the same way `models` and others work.

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

### How

Copy and paste, run `just fix-local` to remove unrequired imports.

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

V3_GIT_ORIGIN_REV_ID: ab2846be83ba0e948ea222b42eb4fd7ffa5b3523
2024-06-27 15:48:43 +00:00
..
src Split up command resolve stage (#774) 2024-06-27 15:48:43 +00:00
tests Support for partial supergraphs in metadata resolution. (#772) 2024-06-27 14:17:31 +00:00
Cargo.toml Replace lazy_static with stdlib equivalents. (#758) 2024-06-26 12:45:41 +00:00