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