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

    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

    Since 4.5.0