graphql-engine/community/examples/realtime-chat/src
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
..
components allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
App.css add a footer to chat app with a hasura logo (#752) 2018-10-15 16:28:49 +05:30
App.js add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
App.test.js add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
hasura_logo_200.png sanitise data of special characters before inserting using json2graphql (#770) 2018-10-16 14:53:01 +05:30
index.css add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
index.js add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
logo.svg add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
registerServiceWorker.js add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30