graphql-engine/v3/crates/metadata-resolve
Daniel Harvey 13f65f3112 Split resolved scalar types from DataConnectors info (#601)
<!-- Thank you for submitting this PR! :) -->

## Description

Previously we resolved `DataConnectors` and then later resolved scalar
type representations and bundled them together. That's making
`BooleanExpressionType` stuff harder, so let's separate them.

Functional no-op.

V3_GIT_ORIGIN_REV_ID: 23a70b802b3f4b5ba9f25369491b794707265445
2024-05-21 16:03:59 +00:00
..
src Split resolved scalar types from DataConnectors info (#601) 2024-05-21 16:03:59 +00:00
tests Fix minor formatting (#602) 2024-05-21 11:33:06 +00:00
Cargo.toml OpenDD types for new boolean expressions (#599) 2024-05-21 09:28:53 +00:00