FromPatentDescription
No description
type FromPatentDescription implements Fragment {
  text: String!
  kind: String!
  sequence: Int!
  patentDescriptions(
    first: Int = 0
    offset: Int = 0
    orderBy: [_PatentDescriptionOrdering] = []
    filter: _PatentDescriptionFilter
  ): [PatentDescription]
  next(filter: _FromPatentDescriptionFilter): FromPatentDescription
  geneSymbols(
    first: Int = 0
    offset: Int = 0
    orderBy: [_PatentDescriptionMentionsGeneSymbolOrdering] = []
    filter: _FromPatentDescriptionPatentDescriptionMentionsGeneSymbolFilter
  ): [_FromPatentDescriptionGeneSymbols]
  _id: String
}
Fields
text (String!)
kind (String!)
sequence (Int!)
patentDescriptions ([PatentDescription])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_PatentDescriptionOrdering])
- 
filter(_PatentDescriptionFilter)
next (FromPatentDescription)
- 
filter(_FromPatentDescriptionFilter)
geneSymbols ([_FromPatentDescriptionGeneSymbols])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_PatentDescriptionMentionsGeneSymbolOrdering])
- 
filter(_FromPatentDescriptionPatentDescriptionMentionsGeneSymbolFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.