API Reference | fast-check | Property based testing framework
    Preparing search index...

    Type Alias EntityGraphValue<TEntityFields, TEntityRelations>

    EntityGraphValue: {
        [TEntityName in keyof EntityGraphSingleValue<
            TEntityFields,
            TEntityRelations,
        >]: EntityGraphSingleValue<TEntityFields, TEntityRelations>[TEntityName][]
    }

    Infer the type of the Arbitrary produced by entityGraph

    Type Parameters

    Since 4.5.0