orWhereDoesntHave()

Add a "or where doesnt have" clause to the query.


Usage

Same as whereDoesntHave usage just with "or" condition

Typescript Declarations

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