graphql-engine/server/src-lib/Hasura/Base
Tom Harding e71496efa5 Replace Hasura.RQL.Types.Numeric with refined
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5913
GitOrigin-RevId: 96e218229a08dfbc5a598d709be1ee2083d41ec6
2022-09-21 18:03:04 +00:00
..
Error.hs Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
Instances.hs Replace Hasura.RQL.Types.Numeric with refined 2022-09-21 18:03:04 +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.