graphql-engine/server/src-lib/Hasura
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
..
Events add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
GraphQL allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
RQL allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
Server allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
SQL support aggregations (closes #786) (#787) 2018-10-26 14:32:43 +05:30
Logging.hs jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
Prelude.hs fix input object validation logic (fix #693) (#711) 2018-10-12 16:06:47 +05:30