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