graphql-engine/server/src-lib/Hasura/Base
Abby Sassel 3ba5d1e540 server: include more detail in inconsistent metadata error messages (fix #6684)
GitOrigin-RevId: 1a0d8fa2b465320e9ab4ea43259d0e8d92364473
2021-05-19 05:02:53 +00:00
..
Error.hs server: include more detail in inconsistent metadata error messages (fix #6684) 2021-05-19 05:02:53 +00:00
Instances.hs gardening: move RQL.Instances to Base and clean it 2021-05-13 13:18:33 +00:00
README.md server: introduce Hasura.Base (take 2) 2021-05-11 15:19:33 +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.