_AgeGroupFilter
No description
type _AgeGroupFilter {
  AND: [_AgeGroupFilter!]
  OR: [_AgeGroupFilter!]
  group: String
  group_not: String
  group_in: [String!]
  group_not_in: [String!]
  group_contains: String
  group_not_contains: String
  group_starts_with: String
  group_not_starts_with: String
  group_ends_with: String
  group_not_ends_with: String
  span: String
  span_not: String
  span_in: [String!]
  span_not_in: [String!]
  span_contains: String
  span_not_contains: String
  span_starts_with: String
  span_not_starts_with: String
  span_ends_with: String
  span_not_ends_with: String
  start: Int
  start_not: Int
  start_in: [Int!]
  start_not_in: [Int!]
  start_lt: Int
  start_lte: Int
  start_gt: Int
  start_gte: Int
  total: _AgeGroupCurrentTotalFilter
  total_not: _AgeGroupCurrentTotalFilter
  total_in: [_AgeGroupCurrentTotalFilter!]
  total_not_in: [_AgeGroupCurrentTotalFilter!]
  total_some: _AgeGroupCurrentTotalFilter
  total_none: _AgeGroupCurrentTotalFilter
  total_single: _AgeGroupCurrentTotalFilter
  total_every: _AgeGroupCurrentTotalFilter
  male: _AgeGroupCurrentMaleFilter
  male_not: _AgeGroupCurrentMaleFilter
  male_in: [_AgeGroupCurrentMaleFilter!]
  male_not_in: [_AgeGroupCurrentMaleFilter!]
  male_some: _AgeGroupCurrentMaleFilter
  male_none: _AgeGroupCurrentMaleFilter
  male_single: _AgeGroupCurrentMaleFilter
  male_every: _AgeGroupCurrentMaleFilter
  female: _AgeGroupCurrentFemaleFilter
  female_not: _AgeGroupCurrentFemaleFilter
  female_in: [_AgeGroupCurrentFemaleFilter!]
  female_not_in: [_AgeGroupCurrentFemaleFilter!]
  female_some: _AgeGroupCurrentFemaleFilter
  female_none: _AgeGroupCurrentFemaleFilter
  female_single: _AgeGroupCurrentFemaleFilter
  female_every: _AgeGroupCurrentFemaleFilter
}