Class FindProfilesConnectionDataFetcher
java.lang.Object
org.apache.unomi.graphql.fetchers.BaseDataFetcher<T>
org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher<CDPProfileConnection>
org.apache.unomi.graphql.fetchers.ProfileConnectionDataFetcher
org.apache.unomi.graphql.fetchers.profile.FindProfilesConnectionDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<CDPProfileConnection>
-
Constructor Summary
ConstructorsConstructorDescriptionFindProfilesConnectionDataFetcher(CDPProfileFilterInput filterInput, List<CDPOrderByInput> orderByInput) -
Method Summary
Methods inherited from class org.apache.unomi.graphql.fetchers.ProfileConnectionDataFetcher
createProfileConnectionMethods inherited from class org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher
buildQuery, parseConnectionParamsMethods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParam
-
Constructor Details
-
FindProfilesConnectionDataFetcher
public FindProfilesConnectionDataFetcher(CDPProfileFilterInput filterInput, List<CDPOrderByInput> orderByInput)
-
-
Method Details
-
get
public CDPProfileConnection get(graphql.schema.DataFetchingEnvironment environment) throws Exception - Throws:
Exception
-