mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-16 18:40:09 +08:00
We mostly want to do this to make queries against information_schema tables work, which the console cares about. information_schema tables use types like sql_identifier, which have no corresponding array types defined! Therefore, in order to generate valid queries for _in and _nin conditions, we need to treat them as their base types, instead.