Work
An anime title
type Work implements Node {
annictId: Int!
casts(
after: String
before: String
first: Int
last: Int
orderBy: CastOrder
): CastConnection
episodes(
after: String
before: String
first: Int
last: Int
orderBy: EpisodeOrder
): EpisodeConnection
episodesCount: Int!
id: ID!
image: WorkImage
malAnimeId: String
media: Media!
noEpisodes: Boolean!
officialSiteUrl: String
officialSiteUrlEn: String
programs(
after: String
before: String
first: Int
last: Int
orderBy: ProgramOrder
): ProgramConnection
reviews(
after: String
before: String
first: Int
hasBody: Boolean
last: Int
orderBy: ReviewOrder
): ReviewConnection
reviewsCount: Int!
satisfactionRate: Float
seasonName: SeasonName
seasonYear: Int
seriesList(
after: String
before: String
first: Int
last: Int
): SeriesConnection
staffs(
after: String
before: String
first: Int
last: Int
orderBy: StaffOrder
): StaffConnection
syobocalTid: Int
title: String!
titleEn: String
titleKana: String
titleRo: String
twitterHashtag: String
twitterUsername: String
viewerStatusState: StatusState
watchersCount: Int!
wikipediaUrl: String
wikipediaUrlEn: String
}
Fields
Work.annictId ● Int! non-null scalar
Work.casts ● CastConnection object
Work.casts.after●StringscalarReturns the elements in the list that come after the specified cursor.
Work.casts.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Work.casts.first ● Int scalar
Returns the first n elements from the list.
Work.casts.last ● Int scalar
Returns the last n elements from the list.
Work.casts.orderBy ● CastOrder input
Work.episodes ● EpisodeConnection object
Work.episodes.after●StringscalarReturns the elements in the list that come after the specified cursor.
Work.episodes.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Work.episodes.first ● Int scalar
Returns the first n elements from the list.
Work.episodes.last ● Int scalar
Returns the last n elements from the list.
Work.episodes.orderBy ● EpisodeOrder input
Work.episodesCount ● Int! non-null scalar
Work.id ● ID! non-null scalar
Work.image ● WorkImage object
Work.malAnimeId ● String scalar
Work.media ● Media! non-null enum
Work.noEpisodes ● Boolean! non-null scalar
Work.officialSiteUrl ● String scalar
Work.officialSiteUrlEn ● String scalar
Work.programs ● ProgramConnection object
Work.programs.after●StringscalarReturns the elements in the list that come after the specified cursor.
Work.programs.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Work.programs.first ● Int scalar
Returns the first n elements from the list.
Work.programs.last ● Int scalar
Returns the last n elements from the list.
Work.programs.orderBy ● ProgramOrder input
Work.reviews ● ReviewConnection object
Work.reviews.after●StringscalarReturns the elements in the list that come after the specified cursor.
Work.reviews.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Work.reviews.first ● Int scalar
Returns the first n elements from the list.
Work.reviews.hasBody ● Boolean scalar
Work.reviews.last ● Int scalar
Returns the last n elements from the list.
Work.reviews.orderBy ● ReviewOrder input
Work.reviewsCount ● Int! non-null scalar
Work.satisfactionRate ● Float scalar
Work.seasonName ● SeasonName enum
Work.seasonYear ● Int scalar
Work.seriesList ● SeriesConnection object
Work.seriesList.after●StringscalarReturns the elements in the list that come after the specified cursor.
Work.seriesList.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Work.seriesList.first ● Int scalar
Returns the first n elements from the list.
Work.seriesList.last ● Int scalar
Returns the last n elements from the list.
Work.staffs ● StaffConnection object
Work.staffs.after●StringscalarReturns the elements in the list that come after the specified cursor.
Work.staffs.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Work.staffs.first ● Int scalar
Returns the first n elements from the list.
Work.staffs.last ● Int scalar
Returns the last n elements from the list.
Work.staffs.orderBy ● StaffOrder input
Work.syobocalTid ● Int scalar
Work.title ● String! non-null scalar
Work.titleEn ● String scalar
Work.titleKana ● String scalar
Work.titleRo ● String scalar
Work.twitterHashtag ● String scalar
Work.twitterUsername ● String scalar
Work.viewerStatusState ● StatusState enum
Work.watchersCount ● Int! non-null scalar
Work.wikipediaUrl ● String scalar
Work.wikipediaUrlEn ● String scalar
Interfaces
Node interface
An object with an ID.
Member of
Cast object ● DeleteReviewPayload object ● Episode object ● LibraryEntry object ● MultipleRecord object ● Program object ● Record object ● Review object ● SeriesWorkConnection object ● SeriesWorkEdge object ● Staff object ● Status object ● UpdateStatusPayload object ● WorkConnection object ● WorkEdge object ● WorkImage object