INPUT_OBJECT

StringLengthFilter

Filter conditions for filtering length of associated property of type String.

link GraphQL Schema definition

  • input StringLengthFilter {
  • # Specifies a string length to match.
  • equalTo: Int
  • # Specifies a longer string than.
  • greaterThanOrEqualTo: Int
  • # Specifies a shorter string than.
  • lessThanOrEqualTo: Int
  • }