graphql-engine/community
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
..
boilerplates update serverless trigger boilerplate for go (#801) 2018-10-20 14:20:23 +05:30
examples allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
tools allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
README.md improve documentation (fix #745) (#746) 2018-10-19 22:29:18 +05:30

Community

This directory contains community-contributed code and content that supplements Hasura GraphQL Engine. It includes several example applications built using GraphQL Engine to demonstrate its features, several boilerplates for users to get started with auth webhooks, triggers, etc. and some community tooling around the Engine.

Feel free to open pull requests to add more content here.

License

All contents of this directory are under MIT License.