report_bool_exp
Boolean expression to filter rows from the table "report". All fields are combined with a logical 'AND'.
input report_bool_exp {
  _and: [report_bool_exp!]
  _not: report_bool_exp
  _or: [report_bool_exp!]
  creation_date: timestamp_comparison_exp
  id: bigint_comparison_exp
  message: String_comparison_exp
  reasons: report_reason_bool_exp
  reporter_address: String_comparison_exp
  subspace: subspace_bool_exp
  subspace_id: bigint_comparison_exp
  target: jsonb_comparison_exp
}