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