PatentAbstract
No description
type PatentAbstract {
_hash_id: ID!
lang: String!
text: String!
patents(
first: Int = 0
offset: Int = 0
orderBy: [_PatentOrdering] = []
filter: _PatentFilter
): [Patent]
fragments(
first: Int = 0
offset: Int = 0
orderBy: [_FromPatentAbstractOrdering] = []
filter: _FromPatentAbstractFilter
): [FromPatentAbstract]
_id: String
}
Fields
_hash_id (ID!)
lang (String!)
text (String!)
patents ([Patent])
-
first(Int) -
offset(Int) -
orderBy([_PatentOrdering]) -
filter(_PatentFilter)
fragments ([FromPatentAbstract])
-
first(Int) -
offset(Int) -
orderBy([_FromPatentAbstractOrdering]) -
filter(_FromPatentAbstractFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.