Uses of Class
org.apache.unomi.graphql.types.output.CDPProfileConnection
-
-
Uses of CDPProfileConnection in org.apache.unomi.graphql.fetchers
Methods in org.apache.unomi.graphql.fetchers that return CDPProfileConnection Modifier and Type Method Description protected CDPProfileConnectionProfileConnectionDataFetcher. createProfileConnection(org.apache.unomi.api.PartialList<org.apache.unomi.api.Profile> profiles) -
Uses of CDPProfileConnection in org.apache.unomi.graphql.fetchers.list
Methods in org.apache.unomi.graphql.fetchers.list that return CDPProfileConnection Modifier and Type Method Description CDPProfileConnectionListProfileConnectionDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPProfileConnection in org.apache.unomi.graphql.fetchers.profile
Methods in org.apache.unomi.graphql.fetchers.profile that return CDPProfileConnection Modifier and Type Method Description CDPProfileConnectionFindProfilesConnectionDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPProfileConnection in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPProfileConnection Modifier and Type Method Description CDPProfileConnectionCDPList. active(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)CDPProfileConnectionCDPList. inactive(Integer first, String after, Integer last, String before)
-