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]
)
first
(Int
)offset
(Int
)orderBy
([_StudyPopulationOrdering]
)filter
(_StudyPopulationFilter
)
_id
(String
)
Generated field for querying the Neo4j system id of this node.