John McElreavey
02/16/2022, 6:48 PMwhere: {
outcome: {
OR: [
{
state: undefined,
},
{
state: MatchOutcomeState.POSITION_ACCEPTED,
},
{
state: MatchOutcomeState.POSITION_UNDER_OFFER,
},
],
},
}
Basically I want all records where there is no outcome record or if there is I want it in a specific state.