Search
Preparing search index...
The search index is not available
fabric-es - v0.7.18
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
@fabric-es/gateway-lib
AddRepository
Globals
@fabric-es/fabric-cqrs
@fabric-es/gateway-lib
@fabric-es/operator
Interface AddRepository
Hierarchy
AddRepository
Properties
add
Private
Repository
add
Repository
create
Properties
add
Private
Repository
add
Private
Repository
:
function
Type declaration
<TEntity, TEvent>
(
entity
:
EntityType
<
TEntity
>
, reducer
:
ReducerCallback
<
TEntity
,
TEvent
>
)
:
AddPrivateRepository
Type parameters
TEntity
TEvent
Parameters
entity:
EntityType
<
TEntity
>
reducer:
ReducerCallback
<
TEntity
,
TEvent
>
Returns
AddPrivateRepository
add
Repository
add
Repository
:
function
Type declaration
<TEntity, TRedis, TOutput, TEvent>
(
entity
:
EntityType
<
TEntity
>
, option
:
object
)
:
this
Type parameters
TEntity
TRedis
TOutput
TEvent
Parameters
entity:
EntityType
<
TEntity
>
option:
object
fields
:
RedisearchDefinition
<
TEntity
>
Optional
post
Selector
?:
Selector
<
TRedis
,
TOutput
>
Optional
pre
Selector
?:
Selector
<
[
TEntity
,
Array
]
,
TRedis
>
reducer
:
ReducerCallback
<
TEntity
,
TEvent
>
Returns
this
create
create
:
function
Type declaration
(
option
?:
object
)
:
ApolloServer
Parameters
Optional
option:
object
Optional
catalog
?:
boolean
Optional
introspection
?:
boolean
Optional
msp
Id
?:
string
Optional
playground
?:
boolean
Returns
ApolloServer
Add
Repository
add
Private
Repository
add
Repository
create