Latest
No description
type Latest {
uuid: ID!
date: _Neo4jLocalDateTime!
confirmed: Int!
death: String!
recovered: String!
province(filter: _LatestLatestReportedFilter): _LatestProvince
_id: String
}
Fields
uuid (ID!)
date (_Neo4jLocalDateTime!)
confirmed (Int!)
death (String!)
recovered (String!)
province (_LatestProvince)
-
filter(_LatestLatestReportedFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.