mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
1abe5d4902
GitOrigin-RevId: 4deab805ceef1202e5a2d04f0568fa33df3ff791
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 ()
|