Class ProfileSegmentsDataFetcher

java.lang.Object
org.apache.unomi.graphql.fetchers.BaseDataFetcher<List<CDPSegment>>
org.apache.unomi.graphql.fetchers.profile.ProfileSegmentsDataFetcher
All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPSegment>>

public class ProfileSegmentsDataFetcher extends BaseDataFetcher<List<CDPSegment>>
  • Constructor Details

    • ProfileSegmentsDataFetcher

      public ProfileSegmentsDataFetcher(Profile profile, List<String> viewIds)
  • Method Details