graphql-engine/server/src-lib/Hasura/RQL
Anon Ray a21f6cd648 introduce v1/graphql (fix #1368) (#2064)
Changes compared to `/v1alpha1/graphql`

* Changed all graphql responses in **/v1/graphql** endpoint to be 200. All graphql clients expect responses to be HTTP 200. Non-200 responses are considered transport layer errors. 

* Errors in http and websocket layer are now consistent and have similar structure.
2019-05-10 11:35:10 +05:30
..
DDL optimise server startup time (close #1430) (#2120) 2019-05-08 13:06:42 +05:30
DML do not enforce permission limit in aggregations (fix #1837) (#2027) 2019-04-26 13:49:59 +05:30
Types introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
GBoolExp.hs compute dependencies for column operators in permissions (close #2054) (#2055) 2019-04-24 15:58:10 +05:30
Instances.hs support union and interface types in remote schema (close #1276) (#1361) 2019-01-28 22:15:10 +05:30
Types.hs recover from inconsistent database state (closes #231) (#1863) 2019-04-17 21:59:39 +05:30