graphql-engine/server/src-lib
Vladimir Ciobanu 91710bba58 server: use relative paths in TH splices
While debugging issues with HLS, Reed Mullanix noticed that we don't use relative paths. This leads to problems when using HLS + Emacs due to a bug in `lsp-mode` which prevents it from finding the correct project root.

However, it is still a good practice to use relative paths in TH for other reasons, including being able to import these modules in GHCI.

This PR should make it so HLS-1.0 & emacs provide type inference, imports, etc., in all modules in our codebase.

GitOrigin-RevId: 5f53b9a7ccf46df1ea7be94ff0a5c6ec861f4ead
2021-03-16 17:36:39 +00:00
..
Control server: simplify shutdown logic, improve resource management (#218) (#195) 2020-12-21 18:56:57 +00:00
Data [Preview] Inherited roles for postgres read queries 2021-03-08 11:15:10 +00:00
Hasura server: use relative paths in TH splices 2021-03-16 17:36:39 +00:00
Network server: RQL code health 2021-01-08 23:10:36 +00:00