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])

next (FromPatentDescription)

geneSymbols ([_FromPatentDescriptionGeneSymbols])

_id (String)

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

Interfaces

Fragment