_CountryTotal
No description
type _CountryTotal {
count: Int!
_id: String
ageGroup: AgeGroup
}
Fields
count
(Int!
)
_id
(String
)
Generated field for querying the Neo4j system id of this relationship.
ageGroup
(AgeGroup
)
Field for the AgeGroup node this CURRENT_TOTAL relationship is going to.