Class ProfileIdsDataFetcher

java.lang.Object
org.apache.unomi.graphql.fetchers.BaseDataFetcher<List<CDPProfileID>>
org.apache.unomi.graphql.fetchers.profile.ProfileIdsDataFetcher
All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPProfileID>>

public class ProfileIdsDataFetcher extends BaseDataFetcher<List<CDPProfileID>>
  • Constructor Details

    • ProfileIdsDataFetcher

      public ProfileIdsDataFetcher(Profile profile)
  • Method Details