Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddRemoteRepository

Hierarchy

  • AddRemoteRepository

Properties

addRemoteRepository

addRemoteRepository: function

Type declaration

    • <TParent, TEntity, TRedis, TOutput, TEvent>(parent: EntityType<TParent>, entity: EntityType<TEntity>, option: object): this
    • Type parameters

      • TParent

      • TEntity

      • TRedis

      • TOutput

      • TEvent

      Parameters

      • parent: EntityType<TParent>
      • entity: EntityType<TEntity>
      • option: object
        • fields: RedisearchDefinition<TParent>
        • Optional postSelector?: Selector<TRedis, TOutput>
        • Optional preSelector?: Selector<[TParent, Array], TRedis>
        • reducer: ReducerCallback<TParent, TEvent>

      Returns this

create

create: function

Type declaration

    • (option?: object): ApolloServer
    • Parameters

      • Optional option: object
        • Optional catalog?: boolean
        • Optional introspection?: boolean
        • Optional mspId?: string
        • Optional playground?: boolean

      Returns ApolloServer