graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Hasura.GraphQL.Schema.BoolExp.AggregationPredicates

Description

This module defines the schema aspect of the default implementation of aggregation predicates.

Synopsis

Documentation

defaultAggregationPredicatesParser :: forall b r m n. (MonadBuildSchemaBase r m n, BackendSchema b, AggregationPredicatesSchema b) => [FunctionSignature b] -> SourceInfo b -> TableInfo b -> m (Maybe (InputFieldsParser n [AggregationPredicatesImplementation b (UnpreparedValue b)])) Source #

This function is meant to serve as the default schema for Aggregation Predicates represented in the IR by the type AggregationPredicates.

data ArgumentSignature (b :: BackendType) Source #

Constructors

ArgumentSignature 

Fields