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