Class ProfileConsentsDataFetcher

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

public class ProfileConsentsDataFetcher extends BaseDataFetcher<List<CDPConsent>>
  • Constructor Details

    • ProfileConsentsDataFetcher

      public ProfileConsentsDataFetcher(Profile profile)
  • Method Details