mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
chore: Linting
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10182 GitOrigin-RevId: f6680570cea8f0202e705559a048e4a654fe50bb
This commit is contained in:
parent
096e39a3d3
commit
3f9abc4477
@ -131,20 +131,14 @@ dataConnectorLogicalModelArgs ::
|
||||
dataConnectorLogicalModelArgs logicalModel = do
|
||||
whereParser <- Schema.logicalModelWhereArg logicalModel
|
||||
orderByParser <- Schema.logicalModelOrderByArg logicalModel
|
||||
distinctParser <- pure $ pure Nothing
|
||||
let distinctParser = pure Nothing
|
||||
GS.S.defaultArgsParser whereParser orderByParser distinctParser
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
buildFunctionQueryFields' ::
|
||||
forall r m n.
|
||||
( MonadError QErr m,
|
||||
P.MonadMemoize m,
|
||||
MonadParse n,
|
||||
Has (RQL.SourceInfo 'DataConnector) r,
|
||||
Has GS.C.SchemaContext r,
|
||||
Has Options.SchemaOptions r
|
||||
) =>
|
||||
(MonadBuildSchema 'DataConnector r m n) =>
|
||||
RQL.MkRootFieldName ->
|
||||
DC.FunctionName ->
|
||||
RQL.FunctionInfo 'DataConnector ->
|
||||
|
Loading…
Reference in New Issue
Block a user