_AgeGroupFemale
No description
type _AgeGroupFemale {
  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_FEMALE relationship is coming from.