ComicStory

GraphQL Type for a ComicStory.
" Unique identifier for a comic story "
uuid: ID

" Unique identifier for a comic issue this story belongs to "
issueUuid: ID

" Unique identifier for a comic series this story belongs to "
seriesUuid: ID

" A different hash means that details for this story have updated since the last hash "
hash: String

" Stringified JSON details for the story art. Convert to JSON to use."
storyImageAsString: String

" The story art "
storyImageUrl:String

" If the story has now been removed from the SSS Feed "
isRemoved: Boolean

" Details on the comic issue that this story belongs to "
comicIssue: ComicIssue

" Details on the comic series that this story belongs to "
comicSeries: ComicSeries

Referenced types in this document: