_PatentClaims
No description
type _PatentClaims {
position: Int!
_id: String
claim: PatentClaim
}
Fields
position
(Int!
)
_id
(String
)
Generated field for querying the Neo4j system id of this relationship.
claim
(PatentClaim
)
Field for the PatentClaim node this PATENT_HAS_PATENTCLAIM relationship is going to.