graphql-engine/server
Rakesh Emmadi b5bbb966f2 add consolePath in console.html template (#1222)
Server templates `consolePath` key in `window.__env` object in console html template.
If server is hit at `/console/table/author` then `window.__env` in served html looks like
```
{
   consoleMode: "server",
   urlPrefix: "/console",
   consolePath: "/console/table/author",
   isAccessKeySet: true
}
```
2018-12-18 15:09:01 +05:30
..
graphiql initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
packaging update server dockerfile, install manifests and docs (#1097) 2018-11-23 14:47:31 +05:30
src-exec refactor server cli code, add more cli options & version command (closes #51, #144, #1090, #1195) (#1200) 2018-12-14 08:51:41 +05:30
src-lib add consolePath in console.html template (#1222) 2018-12-18 15:09:01 +05:30
src-rsr add consolePath in console.html template (#1222) 2018-12-18 15:09:01 +05:30
test apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
tests-py apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
.stylish-haskell.yaml refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
CONTRIBUTING.md add missing serve command to server contributing guide (#910) 2018-11-04 08:11:06 +05:30
graphql-engine.cabal refactor server cli code, add more cli options & version command (closes #51, #144, #1090, #1195) (#1200) 2018-12-14 08:51:41 +05:30
Makefile adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
Setup.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
stack-nightly.yaml refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
stack.yaml point jose version to 0.8.0.0 on github (closes #983) (#1202) 2018-12-14 09:51:29 +05:30