We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is it posible to implement a not boolean expression? Example:
not
conditions: { not: { all: [{ fact: 'gameDuration', operator: 'equal', value: 40 }, { fact: 'personalFoulCount', operator: 'greaterThanInclusive', value: 5 }] } },