Class BaseConnectionDataFetcher<T>
java.lang.Object
org.apache.unomi.graphql.fetchers.BaseDataFetcher<T>
org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher<T>
- All Implemented Interfaces:
graphql.schema.DataFetcher<T>
- Direct Known Subclasses:
EventConnectionDataFetcher,FindProfileAliasConnectionDataFetcher,FindTopicsConnectionDataFetcher,ListConnectionDataFetcher,ProfileConnectionDataFetcher,PropertiesConnectionDataFetcher,SegmentConnectionDataFetcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QuerybuildQuery(Condition condition, List<CDPOrderByInput> orderByInputs, ConnectionParams params) protected ConnectionParamsparseConnectionParams(graphql.schema.DataFetchingEnvironment environment) Methods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.schema.DataFetcher
get
-
Constructor Details
-
BaseConnectionDataFetcher
public BaseConnectionDataFetcher()
-
-
Method Details
-
parseConnectionParams
protected ConnectionParams parseConnectionParams(graphql.schema.DataFetchingEnvironment environment) -
buildQuery
protected Query buildQuery(Condition condition, List<CDPOrderByInput> orderByInputs, ConnectionParams params)
-