Title

No description

type Title {
briefTitle: String!
officialTitle: String!
identifications(
first: Int = 0
offset: Int = 0
orderBy: [_StudyIdentificationOrdering] = []
filter: _StudyIdentificationFilter
): [StudyIdentification]
_id: String
}

Fields

briefTitle (String!)

officialTitle (String!)

identifications ([StudyIdentification])

_id (String)

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