AgeRangeInYears
A range of ages, in years.
type AgeRangeInYears {
from: Int!
to: Int!
}
Fields
AgeRangeInYears.from
● Int!
non-null scalar
The age at which the range starts, in years.
AgeRangeInYears.to
● Int!
non-null scalar
The age at which the range ends, in years.
Member of
PublicationMetadata
object