mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
14 lines
431 B
Haskell
14 lines
431 B
Haskell
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||
|
|
||
|
module Hasura.Experimental.Adapter.API () where
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
import Hasura.SQL.Backend (BackendType (Experimental))
|
||
|
import Hasura.Server.API.Backend (BackendAPI (..))
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
instance BackendAPI 'Experimental where
|
||
|
metadataV1CommandParsers = []
|