graphql-engine/server/src-lib/Hasura/Backends/MSSQL/Instances/SchemaCache.hs
Philip Lykke Carlsen 0e921ca9a5 Define IR types for AggregationPredicates.
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5258
GitOrigin-RevId: 172b9de69f44635c5700b3f75ce17304ec56c18a
2022-08-19 15:41:47 +00:00

13 lines
451 B
Haskell

{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -Wno-orphans #-}
-- This module houses type class instances on the MSSQL backend that relate
-- to the Schema Cache.
module Hasura.Backends.MSSQL.Instances.SchemaCache () where
import Hasura.RQL.Types.Backend
import Hasura.RQL.Types.SchemaCacheTypes (GetAggregationPredicatesDeps)
import Hasura.SQL.Backend (BackendType (MSSQL))
instance (Backend 'MSSQL) => GetAggregationPredicatesDeps 'MSSQL