FromAbstract

No description

type FromAbstract implements Fragment {
text: String!
sequence: Int!
kind: String!
next(filter: _FromAbstractFilter): FromAbstract
abstracts(
first: Int = 0
offset: Int = 0
orderBy: [_AbstractOrdering] = []
filter: _AbstractFilter
): [Abstract]
mentionsGeneSymbols(
first: Int = 0
offset: Int = 0
orderBy: [_FromAbstractMentionsOrdering] = []
filter: _FromAbstractFromAbstractMentionsFilter
): [_FromAbstractMentionsGeneSymbols]
_id: String
}

Fields

text (String!)

sequence (Int!)

kind (String!)

next (FromAbstract)

abstracts ([Abstract])

mentionsGeneSymbols ([_FromAbstractMentionsGeneSymbols])

_id (String)

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

Interfaces

Fragment