graphql-engine/v3/crates/metadata-resolve
Rakesh Emmadi 5efbb09500 Unify get_underlying_type_name and get_base_type functions (#788)
### What
This is a no-op refactor that involves unifying `get_base_type` and
`get_underlying_type_name` functions, whose motives are the same.

### How
Replace the name of erstwhile `get_base_type` fn with
`get_underlying_type_name`. Remove the latter. Update the rest of the
code to use the new function.

V3_GIT_ORIGIN_REV_ID: 0b0d999670641ba265fde153af9b43b4d865e215
2024-07-01 12:57:50 +00:00
..
src Unify get_underlying_type_name and get_base_type functions (#788) 2024-07-01 12:57:50 +00:00
tests Implement query usage analytics (#713) 2024-07-01 12:10:12 +00:00
Cargo.toml Add support for multiple versions of ndc-spec to Open DD and metadata-resolve (#781) 2024-06-28 11:57:41 +00:00