mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
25c5f97de2
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. |
||
---|---|---|
.. | ||
in_sql_identifier_array.yaml | ||
query_account_permission_fail.yaml | ||
query_account_permission_success.yaml | ||
select_article_author_is_published_and_registered.yaml | ||
select_article_author_not_published_or_not_registered.yaml | ||
select_author_article_operator_ne_not_found_err.yaml | ||
select_author_article_unexpected_operator_in_where_err.yaml | ||
select_author_article_where_and_in.yaml | ||
select_author_article_where_gt.yaml | ||
select_author_article_where_gte.yaml | ||
select_author_article_where_in_empty_array.yaml | ||
select_author_article_where_in.yaml | ||
select_author_article_where_lt.yaml | ||
select_author_article_where_lte.yaml | ||
select_author_article_where_neq.yaml | ||
select_author_article_where_nin_empty_array.yaml | ||
select_author_article_where_nin.yaml | ||
select_author_article_where_not_lt.yaml | ||
select_query_order_delivered_at_is_not_null.yaml | ||
select_query_order_delivered_at_is_null.yaml | ||
select_uuid_test_in_uuid_col.yaml | ||
self_referential_relationships.yaml | ||
setup.yaml | ||
teardown.yaml |