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 Details

    • GetProfileAliasesDataFetcher

      public GetProfileAliasesDataFetcher(String profileId)
  • Method Details