Skip to main content

Gender

No description

type Gender {
name: String!
description: String!
populations(
first: Int = 0
offset: Int = 0
orderBy: [_StudyPopulationOrdering] = []
filter: _StudyPopulationFilter
): [StudyPopulation]
_id: String
}

Fields

name (String!)

description (String!)

populations ([StudyPopulation])

_id (String)

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