Comparison
Input: Comparison
Section titled “Input: Comparison”Comparison type. At least one of the fields must be occupied.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
eq | String | equal |
neq | String | not equal |
match | String | match (like pattern) |
in | [String!] | in |
nin | [String!] | not in |
lt | String | less than |
lte | String | less than or equal |
gt | String | greater than |
gte | String | greater than or equal |