_BodyTextCitations
No description
type _BodyTextCitations {
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 BODYTEXT_HAS_CITATION relationship is going to.