Class ProfileInterestsDataFetcher

java.lang.Object
org.apache.unomi.graphql.fetchers.profile.ProfileInterestsDataFetcher
All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPInterest>>

public class ProfileInterestsDataFetcher extends Object implements graphql.schema.DataFetcher<List<CDPInterest>>
  • Constructor Details

    • ProfileInterestsDataFetcher

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