FromPatentAbstract
No description
type FromPatentAbstract implements Fragment {
  text: String!
  sequence: Int!
  kind: String!
  patentAbstracts(
    first: Int = 0
    offset: Int = 0
    orderBy: [_PatentAbstractOrdering] = []
    filter: _PatentAbstractFilter
  ): [PatentAbstract]
  next(filter: _FromPatentAbstractFilter): FromPatentAbstract
  geneSymbols(
    first: Int = 0
    offset: Int = 0
    orderBy: [_PatentAbstractMentionsGeneSymbolOrdering] = []
    filter: _FromPatentAbstractPatentAbstractMentionsGeneSymbolFilter
  ): [_FromPatentAbstractGeneSymbols]
  _id: String
}
Fields
text (String!)
sequence (Int!)
kind (String!)
patentAbstracts ([PatentAbstract])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_PatentAbstractOrdering])
- 
filter(_PatentAbstractFilter)
next (FromPatentAbstract)
- 
filter(_FromPatentAbstractFilter)
geneSymbols ([_FromPatentAbstractGeneSymbols])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_PatentAbstractMentionsGeneSymbolOrdering])
- 
filter(_FromPatentAbstractPatentAbstractMentionsGeneSymbolFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.