graphql-engine/server/src-lib/Hasura/Base
Antoine Leblanc 08d605baca gardening: move RQL.Instances to Base and clean it
GitOrigin-RevId: 01fa4133a4002f891d213c1f913511ccfd3c1741
2021-05-13 13:18:33 +00:00
..
Error.hs server: introduce Hasura.Base (take 2) 2021-05-11 15:19:33 +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.