API Reference | fast-check | Property based testing framework
Preparing search index...
EntityGraphRelations
Type Alias EntityGraphRelations<TEntityFields>
EntityGraphRelations
:
{
[
TEntityName
in
keyof
TEntityFields
]
:
{
[
TField
in
string
]
:
Relationship
<
keyof
TEntityFields
>
}
}
The type definition for the relations (second argument) passed to
entityGraph
Type Parameters
TEntityFields
Remarks
Since 4.5.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference | fast-check | Property based testing framework
Loading...
The type definition for the relations (second argument) passed to entityGraph