graphql-engine/server
Rakesh Emmadi f6ed169219 allow ordering using columns from object relationships (closes #463) (#672)
* allow ordering using columns from object relationships, close #463

* validate table fields in nested insert

* add tests

* add docs

* change 'table_order_by' type from enums to ordered map

* remove unwanted code from 'Schema.hs' file

* 'AnnGObject' is not list of field name and value tuple

* update docs for new order_by type

* use 'InsOrdHashMap' for 'AnnGObj'

* handle empty fields in order_by

* remove '_' prefixes for asc/desc

* fix the changed order_by syntax across the repo
2018-10-26 17:27:33 +05:30
..
graphiql initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
packaging add default cmd to dockerfile (close #228) (#281) 2018-08-13 15:58:22 +05:30
src-exec allow unauthorized role in accesskey and JWT modes (closes #595) (#856) 2018-10-25 23:46:25 +05:30
src-lib allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
src-rsr trigger webhooks on column level changes instead of row (close #547, close #680) (#550) 2018-10-25 12:52:51 +05:30
test insert mutations can now handle nested-data/relationsips (close #343) (#429) 2018-10-05 20:43:51 +05:30
tests-py allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore improved sql generation for select queries (closes #6, #121, #278) (#643) 2018-10-05 14:26:47 +05:30
CONTRIBUTING.md improve documentation (fix #745) (#746) 2018-10-19 22:29:18 +05:30
graphql-engine.cabal explain a graphql query, similar to explain of an sql statement (close #562) (#805) 2018-10-19 07:45:28 +05:30
Makefile generate coverage report for server tests (close #464) (#512) 2018-10-05 18:07:19 +05:30
Setup.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
stack-nightly.yaml move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
stack.yaml explain a graphql query, similar to explain of an sql statement (close #562) (#805) 2018-10-19 07:45:28 +05:30