We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50d703 commit 54b6808Copy full SHA for 54b6808
lib/models/SoqlQuery.model.ts
@@ -1,5 +1,5 @@
1
export type LogicalOperator = 'AND' | 'OR';
2
-export type Operator = '=' | '<=' | '>=' | '>' | '<' | 'LIKE' | 'IN' | 'NOT IN' | 'INCLUDES' | 'EXCLUDES';
+export type Operator = '=' | '!=' | '<=' | '>=' | '>' | '<' | 'LIKE' | 'IN' | 'NOT IN' | 'INCLUDES' | 'EXCLUDES';
3
export type TypeOfFieldConditionType = 'WHEN' | 'ELSE';
4
export type GroupSelector = 'ABOVE' | 'AT' | 'BELOW' | 'ABOVE_OR_BELOW';
5
export type LogicalPrefix = 'NOT';
0 commit comments