Uses of Class
org.apache.unomi.graphql.types.input.CDPOrderByInput
-
-
Uses of CDPOrderByInput in org.apache.unomi.graphql.fetchers
Method parameters in org.apache.unomi.graphql.fetchers with type arguments of type CDPOrderByInput Modifier and Type Method Description protected org.apache.unomi.api.query.QueryBaseConnectionDataFetcher. buildQuery(org.apache.unomi.api.conditions.Condition condition, List<CDPOrderByInput> orderByInputs, ConnectionParams params)Constructor parameters in org.apache.unomi.graphql.fetchers with type arguments of type CDPOrderByInput Constructor Description FindTopicsConnectionDataFetcher(CDPTopicFilterInput filterInput, List<CDPOrderByInput> orderByInput) -
Uses of CDPOrderByInput in org.apache.unomi.graphql.fetchers.event
Constructor parameters in org.apache.unomi.graphql.fetchers.event with type arguments of type CDPOrderByInput Constructor Description FindEventsConnectionDataFetcher(CDPEventFilterInput filterInput, List<CDPOrderByInput> orderByInput) -
Uses of CDPOrderByInput in org.apache.unomi.graphql.fetchers.list
Constructor parameters in org.apache.unomi.graphql.fetchers.list with type arguments of type CDPOrderByInput Constructor Description ListConnectionDataFetcher(CDPListFilterInput filterInput, List<CDPOrderByInput> orderByInput) -
Uses of CDPOrderByInput in org.apache.unomi.graphql.fetchers.profile
Constructor parameters in org.apache.unomi.graphql.fetchers.profile with type arguments of type CDPOrderByInput Constructor Description FindProfileAliasConnectionDataFetcher(CDPProfileAliasFilterInput filterInput, List<CDPOrderByInput> orderByInput)FindProfilesConnectionDataFetcher(CDPProfileFilterInput filterInput, List<CDPOrderByInput> orderByInput) -
Uses of CDPOrderByInput in org.apache.unomi.graphql.fetchers.segment
Constructor parameters in org.apache.unomi.graphql.fetchers.segment with type arguments of type CDPOrderByInput Constructor Description FindSegmentsConnectionDataFetcher(CDPSegmentFilterInput filterInput, List<CDPOrderByInput> orderByInput) -
Uses of CDPOrderByInput in org.apache.unomi.graphql.types.output
Method parameters in org.apache.unomi.graphql.types.output with type arguments of type CDPOrderByInput Modifier and Type Method Description CDPEventConnectionCDPQuery. findEvents(CDPEventFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)CDPListConnectionCDPQuery. findLists(CDPListFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPProfileAliasConnectionCDPQuery. findProfileAliases(CDPProfileAliasFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPProfileConnectionCDPQuery. findProfiles(CDPProfileFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)CDPSegmentConnectionCDPQuery. findSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPTopicConnectionCDPQuery. findTopics(CDPTopicFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
-