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