graphql-engine/server/src-lib/Hasura/Server/API/Instances.hs
jkachmar dc73b7b7d5 server: Renames the experimental backend modules
No logic in this PR, just tidying things up (renaming the backend from `Experimental` to `DataWrapper`).

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3779
GitOrigin-RevId: f11acf563ccd8b9f16bc23c5e92da392aa4cfb2c
2022-02-25 16:09:17 +00:00

10 lines
358 B
Haskell

{-# OPTIONS_GHC -Wno-dodgy-exports #-}
module Hasura.Server.API.Instances (module B) where
import Hasura.Backends.BigQuery.Instances.API as B ()
import Hasura.Backends.DataWrapper.Adapter.API as B ()
import Hasura.Backends.MSSQL.Instances.API as B ()
import Hasura.Backends.MySQL.Instances.API as B ()
import Hasura.Backends.Postgres.Instances.API as B ()