GraphQL Type for a Comic Issue.
" Unique identifier for a comic issue " uuid: ID " Unique identifier for a comic series this issue belongs to " seriesUuid: ID " Date when the issue was published (Epoch time in seconds) " datePublished: Int " The name (title) of the issue " name: String " Short note from the creator for the issue " creatorNote: String " Push notification message for the issue " pushNotificationMessage: String " A different hash means that details for this issue have updated since the last hash " hash: String " A different hash means that details for the stories that make up this issue have updated since the last hash " storiesHash: String " Stringified JSON details for the banner art. Convert to JSON to use." bannerImageAsString: String " Stringified JSON details for the thumbnail art. Convert to JSON to use." thumbnailImageAsString: String " The banner art for an issue " bannerImageUrl( " (Optional) size / variant. Default is SMALL " variant: ImageVariant ):String " The thumbnail art for an issue " thumbnailImageUrl: String " All the images for this issue " imageUrls: [String] " Details on all the stories for this issue " stories: [ComicStory] " Position of this issue in relation to other issues. This is used to sort issues by oldest or latest in a series. " position: Int " If the issue has now been removed from the SSS Feed " isRemoved: Boolean " If the content has violated Taddy's distribution policies for illegal or harmful content it will be blocked from getting any updates " isBlocked: Boolean " Details on the comic for which this issue belongs to " comicSeries: ComicSeries