GraphFieldPredicateIn
A typed comparison over a single queryable field. The ordered comparisons (lt, lte, gt, gte) are lexicographic, except on ‘provider_version’, which orders by semantic version; eq and in match a ‘provider_version’ value under whichever spelling it was recorded, and are exact string matches on every other field.
Properties
valuesarray[string] requiredThe values to compare against; matching any one of them matches the predicate. Must be non-empty. On ‘provider_version’ each value is compared as a semantic version.opstring required