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 Summary
Constructors Constructor Description ProfileInterestsDataFetcher(Profile profile, List<String> viewIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPInterest>
get(graphql.schema.DataFetchingEnvironment environment)
-
-
-
Method Detail
-
get
public List<CDPInterest> get(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
get
in interfacegraphql.schema.DataFetcher<List<CDPInterest>>
- Throws:
Exception
-
-