Constructors

Properties

cache: CacheClient<PersonalizeQueryResult>
graphQLClient: GraphQLClient
personalizeContext?: PersonalizeContext

Accessors

Methods

  • Gets cache client implementation Override this method if custom cache needs to be used

    Returns CacheClient<PersonalizeQueryResult>

    CacheClient instance

  • Gets a GraphQL client that can make requests to the API. Uses graphql-request as the default library for fetching graphql data (@see GraphQLRequestClient). Override this method if you want to use something else.

    Returns GraphQLClient

    implementation

Generated using TypeDoc