graphql-engine/server/src-lib/Hasura
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
..
Events multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
GraphQL introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
RQL introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
Server introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
SQL schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30
Cache.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Db.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
EncJSON.hs Use ByteString to cache introspection response, closes #1942 (#2028) 2019-04-18 17:45:07 +05:30
HTTP.hs allow x-hasura- req headers for jwt unauth role, closes #1686 (#1689) 2019-03-05 17:54:47 +05:30
Logging.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Prelude.hs fix excessive memory consumption with bulk queries (#1972) 2019-04-09 21:41:06 +05:30