_DailyReportProvince
No description
type _DailyReportProvince {
source: String!
_id: String
province: Province
}
Fields
source (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
province (Province)
Field for the Province node this REPORTED relationship is coming from.