_BodyTextCollectionBodyTexts
No description
type _BodyTextCollectionBodyTexts {
  position: Int!
  _id: String
  bodyText: BodyText
}
Fields
position (Int!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
bodyText (BodyText)
Field for the BodyText node this BODYTEXTCOLLECTION_HAS_BODYTEXT relationship is going to.