mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
f7a202a363
This will implement BigQuery support. Co-authored-by: Antoine Leblanc <1618949+nicuveo@users.noreply.github.com> Co-authored-by: Sibi Prabakaran <737477+psibi@users.noreply.github.com> Co-authored-by: Aniket Deshpande <922486+aniketd@users.noreply.github.com> Co-authored-by: Vamshi Surabhi <6562944+0x777@users.noreply.github.com> GitOrigin-RevId: 1a6ffaf34233e13e8125a5c908eaa7e32d65007b
8 lines
302 B
Haskell
8 lines
302 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 ()
|
|
import Hasura.Backends.BigQuery.Instances.Execute as B ()
|