Skip to main content

AgeRange

No description

type AgeRange {
maxAge: String!
minAge: String!
populations(
first: Int = 0
offset: Int = 0
orderBy: [_StudyPopulationOrdering] = []
filter: _StudyPopulationFilter
): [StudyPopulation]
_id: String
}

Fields

maxAge (String!)

minAge (String!)

populations ([StudyPopulation])

_id (String)

Generated field for querying the Neo4j system id of this node.