report
columns and relationships of "report"
type report {
  creation_date: timestamp!
  id: bigint!
  message: String
  reasons(
  limit: Int
  offset: Int
  order_by: [report_reason_order_by!]
  where: report_reason_bool_exp
): [report_reason!]!
  reporter_address: String!
  subspace: subspace!
  subspace_id: bigint!
  target(
  path: String
): jsonb!
}
Fields
creation_date (timestamp!)
id (bigint!)
message (String)
reasons ([report_reason!]!)
An array relationship
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
reporter_address (String!)
subspace (subspace!)
An object relationship
subspace_id (bigint!)
target (jsonb!)
JSON select path