_PatentCitationCollectionNonPatentLiteratureCitations
No description
type _PatentCitationCollectionNonPatentLiteratureCitations {
  position: Int!
  _id: String
  citation: NonPatentLiteratureCitation
}
Fields
position (Int!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
citation (NonPatentLiteratureCitation)
Field for the NonPatentLiteratureCitation node this PATENTCITATIONCOLLECTION_HAS_NONPATENTLITERATURECITATION relationship is going to.