_PatentTitles
No description
type _PatentTitles {
  position: Int!
  _id: String
  title: PatentTitle
}
Fields
position (Int!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
title (PatentTitle)
Field for the PatentTitle node this PATENT_HAS_PATENTTITLE relationship is going to.