Class GetProfileAliasesDataFetcher
java.lang.Object
org.apache.unomi.graphql.fetchers.profile.GetProfileAliasesDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPProfileAlias>>
public class GetProfileAliasesDataFetcher
extends Object
implements graphql.schema.DataFetcher<List<CDPProfileAlias>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GetProfileAliasesDataFetcher
-
-
Method Details
-
get
public List<CDPProfileAlias> get(graphql.schema.DataFetchingEnvironment environment) throws Exception - Specified by:
get
in interfacegraphql.schema.DataFetcher<List<CDPProfileAlias>>
- Throws:
Exception
-