graphql-engine/server/src-lib/Hasura/Experimental/Adapter/API.hs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
431 B
Haskell
Raw Normal View History

{-# 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 = []