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)
- 
filter(_FromAbstractFilter)
abstracts ([Abstract])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_AbstractOrdering])
- 
filter(_AbstractFilter)
mentionsGeneSymbols ([_FromAbstractMentionsGeneSymbols])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_FromAbstractMentionsOrdering])
- 
filter(_FromAbstractFromAbstractMentionsFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.