mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
0551a78246
<!-- Thank you for submitting this PR! :) --> ## Description The new `BooleanExpressionType` for objects is not tied to a single data connector. As we'll be attempting to compile both input kinds into the same resolved metadata types, let's make sure we depend on this information as little as possible. Mostly this is absolutely fine, the only time we now use this information (other than still checking it for user errors) is when juggling relationships when generating GraphQL schema items for a boolean expression. We will have to cross this bridge when we come to it. Functional no-op. V3_GIT_ORIGIN_REV_ID: 9550217e253fb71df09251928ab9b30750617c9e |
||
---|---|---|
.. | ||
auth | ||
custom-connector | ||
engine | ||
execute | ||
lang-graphql | ||
metadata-resolve | ||
metadata-schema-generator | ||
open-dds | ||
schema | ||
utils |