mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
3caff9b924
* support jsonb and geometry operators on RQL bool exps, close #1408 * add tests for jsonb operators in /v1/query TODO:- -> add tests for geometry (postgis) operators * support parsing session variables for st_d_within and has_key ops -> Add tests for boolExp operators and select permissions * improve parsing $st_d_within op's json value logic |
||
---|---|---|
.. | ||
select_article_author_jsonb_contained_in_bestseller_latest.yaml | ||
select_article_author_jsonb_contained_in_latest.yaml | ||
select_article_author_jsonb_contains_latest.yaml | ||
select_author_article_jsonb_contains_bestseller.yaml | ||
select_product_jsonb_has_key_sim_type.yaml | ||
select_product_jsonb_has_keys_all_ram_touchscreen.yaml | ||
select_product_jsonb_has_keys_any_os_operating_system.yaml | ||
setup.yaml | ||
teardown.yaml |