graphql-engine/server/src-dc-api/Hasura/Backends/DataConnector/Agent/Schema.hs
Solomon b4f89569c8 GDC: Integration Tests and Servant Agent
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4467
GitOrigin-RevId: 5e81d8581197c90ad2de9106e724c63d7592ae72
2022-05-11 06:15:27 +00:00

17 lines
482 B
Haskell

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