Class ProfileMatchesDataFetcher
java.lang.Object
org.apache.unomi.graphql.fetchers.profile.ProfileMatchesDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPFilterMatch>>
public class ProfileMatchesDataFetcher
extends Object
implements graphql.schema.DataFetcher<List<CDPFilterMatch>>
-
Constructor Summary
ConstructorsConstructorDescriptionProfileMatchesDataFetcher(Profile profile, List<CDPNamedFilterInput> namedFilters) -
Method Summary
-
Constructor Details
-
ProfileMatchesDataFetcher
-
-
Method Details
-
get
public List<CDPFilterMatch> get(graphql.schema.DataFetchingEnvironment environment) throws Exception - Specified by:
getin interfacegraphql.schema.DataFetcher<List<CDPFilterMatch>>- Throws:
Exception
-