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