OBJECT

AgeRange

A range of ages expressed in years

link GraphQL Schema definition

  • type AgeRange {
  • # Age in years from
  • from: Int
  • # Age in years to
  • to: Int
  • }