_CountryCurrentMaleFilter
No description
type _CountryCurrentMaleFilter {
  AND: [_CountryCurrentMaleFilter!]
  OR: [_CountryCurrentMaleFilter!]
  count: Int
  count_not: Int
  count_in: [Int!]
  count_not_in: [Int!]
  count_lt: Int
  count_lte: Int
  count_gt: Int
  count_gte: Int
  ageGroup: _AgeGroupFilter
}