subspace_free_text_params_bool_exp
Boolean expression to filter rows from the table "subspace_free_text_params". All fields are combined with a logical 'AND'.
input subspace_free_text_params_bool_exp {
  _and: [subspace_free_text_params_bool_exp!]
  _not: subspace_free_text_params_bool_exp
  _or: [subspace_free_text_params_bool_exp!]
  enabled: Boolean_comparison_exp
  max_length: bigint_comparison_exp
  reg_ex: String_comparison_exp
  subspace: subspace_bool_exp
  subspace_id: bigint_comparison_exp
}