graphql-engine/server/src-lib
Vamshi Surabhi ea4d2644e8
local console during development (#1252)
* console now works on local builds of the server

1. local console assets can be served at /static/ by a build time flag
'local-console'. This can be set with stack as follows:
   `stack build --flag graphql-engine:local-console`
2. the --root-dir option is removed which was used as a temporary hack
for serving graphiql
3. remove server's graphiql source code
2018-12-21 13:21:02 +05:30
..
Data refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Hasura local console during development (#1252) 2018-12-21 13:21:02 +05:30
Network/URI adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30