Class ProfileListsDataFetcher

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

public class ProfileListsDataFetcher extends BaseDataFetcher<List<CDPList>>
  • Constructor Details

    • ProfileListsDataFetcher

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