PatentClassificationCollection
No description
type PatentClassificationCollection {
id: ID!
patents(
first: Int = 0
offset: Int = 0
orderBy: [_PatentOrdering] = []
filter: _PatentFilter
): [Patent]
cooperativePatentClassification(
first: Int = 0
offset: Int = 0
orderBy: [_HasCooperativePatentClassificationOrdering] = []
filter: _PatentClassificationCollectionHasCooperativePatentClassificationFilter
): [_PatentClassificationCollectionCooperativePatentClassification]
internationalPatentClassification(
first: Int = 0
offset: Int = 0
orderBy: [_HasInternationalPatentClassificationOrdering] = []
filter: _PatentClassificationCollectionHasInternationalPatentClassificationFilter
): [_PatentClassificationCollectionInternationalPatentClassification]
usPatentClassification(
first: Int = 0
offset: Int = 0
orderBy: [_HasUSPatentClassificationOrdering] = []
filter: _PatentClassificationCollectionHasUSPatentClassificationFilter
): [_PatentClassificationCollectionUsPatentClassification]
_id: String
}
Fields
id (ID!)
patents ([Patent])
first(Int)offset(Int)orderBy([_PatentOrdering])filter(_PatentFilter)
cooperativePatentClassification ([_PatentClassificationCollectionCooperativePatentClassification])
first(Int)offset(Int)orderBy([_HasCooperativePatentClassificationOrdering])filter(_PatentClassificationCollectionHasCooperativePatentClassificationFilter)
internationalPatentClassification ([_PatentClassificationCollectionInternationalPatentClassification])
first(Int)offset(Int)orderBy([_HasInternationalPatentClassificationOrdering])filter(_PatentClassificationCollectionHasInternationalPatentClassificationFilter)
usPatentClassification ([_PatentClassificationCollectionUsPatentClassification])
first(Int)offset(Int)orderBy([_HasUSPatentClassificationOrdering])filter(_PatentClassificationCollectionHasUSPatentClassificationFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.