graphql-engine/server/src-lib/Hasura/RQL
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
..
DDL server: use relative paths in TH splices 2021-03-16 17:36:39 +00:00
DML [Preview] Inherited roles for postgres read queries 2021-03-08 11:15:10 +00:00
IR [Preview] Inherited roles for postgres read queries 2021-03-08 11:15:10 +00:00
Types server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Instances.hs server: changes to support other backends 2021-02-03 16:25:17 +00:00
Types.hs [Preview] Inherited roles for postgres read queries 2021-03-08 11:15:10 +00:00