graphql-engine/server/src-dc-api/Hasura/Backends/DataConnector/Agent/Schema.hs

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

17 lines
482 B
Haskell
Raw Normal View History

module Hasura.Backends.DataConnector.Agent.Schema
( schemaHandler,
)
where
--------------------------------------------------------------------------------
import Hasura.Backends.DataConnector.API qualified as API
import Hasura.Backends.DataConnector.Agent.Data
import Servant.Server
import Prelude
--------------------------------------------------------------------------------
schemaHandler :: API.Config -> Handler API.SchemaResponse
schemaHandler _config = pure schema