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

next (FromPatentAbstract)

geneSymbols ([_FromPatentAbstractGeneSymbols])

_id (String)

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

Interfaces

Fragment