orWhereDoesntHave()
Usage
Same as whereDoesntHave usage just with "or" condition
Typescript Declarations
function orWhereDoesntHave(
relation: string,
callback: EagerLoadConstraint = () => {}
): Query
Table of Contents
orWhereDoesntHave()
Same as whereDoesntHave usage just with "or" condition
function orWhereDoesntHave(
relation: string,
callback: EagerLoadConstraint = () => {}
): Query