# A Chapter is the main content body of a story. type Chapter { # The chapter's ID id: String! # The chapter's title title: String! # The chapter's author author: String! # The chapter's source source: String! # When the chapter was posted initialy createdDate: String! # The in-universe date and time of the chapter fictionalDate: String! # The date of edit. editedDate: String! }