_AbstractCollections
No description
type _AbstractCollections {
  position: Int!
  _id: String
  collection: AbstractCollection
}
Fields
position (Int!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
collection (AbstractCollection)
Field for the AbstractCollection node this ABSTRACTCOLLECTION_HAS_ABSTRACT relationship is coming from.