orWhereDoesntHave()

Usage

Same as whereDoesntHave usage just with "or" condition

Typescript Declarations

function orWhereDoesntHave(
    relation: string, 
    callback: EagerLoadConstraint = () => {}
): Query