graphql-engine/server/lib/hasura-base/src/Hasura/Base
Puru Gupta f2fe9cfe3b server: add support for header resolution from env vars
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9509
GitOrigin-RevId: 818f747422c5444fcb55419729ad58d74b890d52
2023-06-23 08:39:28 +00:00
..
Error.hs Stop swallowing data connector connection errors during schema cache building 2023-06-14 09:45:29 +00:00
Instances.hs server: add support for header resolution from env vars 2023-06-23 08:39:28 +00:00
README.md chore(server): break out Hasura.Base into own package 2023-04-21 14:26:15 +00:00

Hasura.Base

This sub-module contains all code that has no internal dependency except for our custom Prelude: either libraries that are too Hasura-specific to be moved to a dedicated folder outside of Hasura, or type definitions that are used throughout the entire codebase.