graphql-engine/server/src-lib/Hasura/Backends/MSSQL/Instances/SchemaCache.hs
2023-04-24 18:37:33 +00:00

13 lines
461 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.BackendType (BackendType (MSSQL))
import Hasura.RQL.Types.SchemaCacheTypes (GetAggregationPredicatesDeps)
instance (Backend 'MSSQL) => GetAggregationPredicatesDeps 'MSSQL