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