_ProvinceReports
No description
type _ProvinceReports {
  source: String!
  _id: String
  report: DailyReport
}
Fields
source (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
report (DailyReport)
Field for the DailyReport node this REPORTED relationship is going to.