AgeRangeInYearsInput
Input for a range of ages, in years.
input AgeRangeInYearsInput {
from: Int!
to: Int!
}
Fields
AgeRangeInYearsInput.from
● Int!
non-null scalar
The age at which the range starts, in years.
AgeRangeInYearsInput.to
● Int!
non-null scalar
The age at which the range ends, in years.
Member of
PublicationMetadataInput
input ● UpdatePublicationMetadataChanges
input