graphql-engine/server/src-lib/Hasura/GraphQL/Schema/RemoteSource.hs-boot

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

17 lines
407 B
Plaintext
Raw Normal View History

module Hasura.GraphQL.Schema.RemoteSource
( remoteSourceField,
)
where
import Hasura.GraphQL.Parser
import Hasura.GraphQL.Schema.Backend
import Hasura.GraphQL.Schema.Common
import Hasura.RQL.Types.Relationships.FromSource
import Hasura.SQL.AnyBackend
remoteSourceField ::
forall b r m n.
MonadBuildSchema b r m n =>
AnyBackend (RemoteSourceFieldInfo b) ->
m [FieldParser n (AnnotatedField b)]