FromBodyText

No description

type FromBodyText implements Fragment {
text: String!
sequence: Int!
kind: String!
bodyTexts(
first: Int = 0
offset: Int = 0
orderBy: [_BodyTextOrdering] = []
filter: _BodyTextFilter
): [BodyText]
next(filter: _FromBodyTextFilter): FromBodyText
mentionsGeneSymbols(
first: Int = 0
offset: Int = 0
orderBy: [_FromBodyTextMentionsOrdering] = []
filter: _FromBodyTextFromBodyTextMentionsFilter
): [_FromBodyTextMentionsGeneSymbols]
_id: String
}

Fields

text (String!)

sequence (Int!)

kind (String!)

bodyTexts ([BodyText])

next (FromBodyText)

mentionsGeneSymbols ([_FromBodyTextMentionsGeneSymbols])

_id (String)

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

Interfaces

Fragment