StringFilterInput
input
String property filtering options.
Input Fields
in
[String!]
Value matches any in the list.
caseSensitivity
StringFilterCaseSensitiveInput
default: NON_SENSITIVE
Case sensitivity.
contains
String
Value is a partial match.
notContains
String
Value is not a partial match.
equals
String
Value is an exact match.
notEquals
String
Value is not an exact match.
startsWith
String
Value is begining match
endsWith
String
Value is end of match
notIn
[String!]
Value does not match any in the list.