Skip to content

FilterStringInput

About FilterStringInput

FilterStringInput allows for filtering based on a string parameter. Only one field should be provided per filter object.

ne

If provided, the string input must not be equivalent to the value provided to match the current filter.

Type: String

eq

If provided, the string input must be equivalent to the value provided to match the current filter.

Type: String

in

If provided, the string input must be present in the value provided to match the current filter.

Type: [String!]

like

If provided, the string input must be a case-insensitive substring of the value provided to match the current filter.

Type: String

attributeExists

If provided and true, the filter will pass only if there is a string in the corresponding field. If provided and false, the filter will pass only if there is not a string in the corresponding field.

Type: Boolean