Skip to main content

Intervention

No description

type Intervention {
name: String!
description: String!
type: String!
trials(
first: Int = 0
offset: Int = 0
orderBy: [_ClinicalTrialOrdering] = []
filter: _ClinicalTrialFilter
): [ClinicalTrial]
_id: String
}

Fields

name (String!)

description (String!)

type (String!)

trials ([ClinicalTrial])

_id (String)

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