mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
75ced29d11
<!-- Thank you for submitting this PR! :) --> ## Description This adds the ability to describe nested object boolean expressions, which become `fieldPath` items in the generated `ndc_models::ComparisonTarget::Column` items. This allows us to describe filtering a `User` based on some element in their nested `address` field (like `postcode`, for example). Like the other `BooleanExpressionType` work, this remains behind a feature flag so should make no user-facing changes. It is also missing a whole heap of metadata resolve checks, going to follow with these after doing the happy path to unblock other work. V3_GIT_ORIGIN_REV_ID: c89e2942a651d349fca97706affcf40d91afeefb |
||
---|---|---|
.. | ||
apollo_federation_fields | ||
commands | ||
common_metadata | ||
deprecated | ||
description | ||
input_types/field_presets | ||
models | ||
multiple_root_fields | ||
relationships | ||
relay | ||
remote_relationships | ||
typename |