StringFilterCondition
Defines possible string based filters for object field values.
Input Fields
contains (
String)
The string field contains the supplied value.
contains_all (
[String!])
The string field contains all of the supplied values.
equals (
String)
The string field equals the provided String.