mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
7 lines
234 B
Haskell
7 lines
234 B
Haskell
|
{-# OPTIONS_GHC -Wno-dodgy-exports #-}
|
||
|
|
||
|
module Hasura.GraphQL.Execute.Instances (module B) where
|
||
|
|
||
|
import Hasura.Backends.MSSQL.Instances.Execute as B ()
|
||
|
import Hasura.Backends.Postgres.Instances.Execute as B ()
|