graphql-engine/server/src-lib/Hasura/GraphQL
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
..
Execute multiplexed subscription improvements (#2081) 2019-04-30 10:45:23 +05:30
Resolve multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Transport introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
Validate fix validation of null values, closes #1981 (#2057) 2019-04-24 13:19:39 +05:30
Context.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Execute.hs fix duplicate headers being sent to remote schema (#2118) 2019-05-06 16:57:34 +05:30
Explain.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
RemoteServer.hs recover from inconsistent database state (closes #231) (#1863) 2019-04-17 21:59:39 +05:30
Resolve.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Schema.hs recover from inconsistent database state (closes #231) (#1863) 2019-04-17 21:59:39 +05:30
Utils.hs refactor event processing logic (#1639) 2019-02-22 17:55:36 +05:30
Validate.hs add variable name to the path when there is an error, closes #2050 (#2051) 2019-04-24 12:02:53 +05:30