graphql-engine/v3/crates/metadata-resolve
Daniel Harvey 30ea20f055 Check field type against boolean expression type (#754)
<!-- Thank you for submitting this PR! :) -->

## Description

Previously we didn't check whether a boolean expression over strings was
used on a `String` field or a `User` field. Now we look up the types and
actually find out.

Functional no-op as behind a feature flag.

V3_GIT_ORIGIN_REV_ID: 8b7e94c4b873c49e206caa84e24c0d17c049c899
2024-06-25 11:13:27 +00:00
..
src Check field type against boolean expression type (#754) 2024-06-25 11:13:27 +00:00
tests Check field type against boolean expression type (#754) 2024-06-25 11:13:27 +00:00
Cargo.toml Improvements to query usage analytics data shape (#715) 2024-06-25 07:57:15 +00:00