_CountryMale
No description
type _CountryMale {
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_MALE relationship is going to.