_AgeGroupMale
No description
type _AgeGroupMale {
count: Int!
_id: String
country: Country
}
Fields
count
(Int!
)
_id
(String
)
Generated field for querying the Neo4j system id of this relationship.
country
(Country
)
Field for the Country node this CURRENT_MALE relationship is coming from.