Studio
Animation or production company
type Studio {
id: Int!
name: String!
isAnimationStudio: Boolean!
media(
sort: [MediaSort]
isMain: Boolean
onList: Boolean
page: Int
perPage: Int
): MediaConnection
siteUrl: String
isFavourite: Boolean!
favourites: Int
}
Fieldsβ
Studio.id
β Int!
non-null scalarβ
The id of the studio
Studio.name
β String!
non-null scalarβ
The name of the studio
Studio.isAnimationStudio
β Boolean!
non-null scalarβ
If the studio is an animation studio or a different kind of company
Studio.media
β MediaConnection
objectβ
The media the studio has worked on
Studio.media.sort
β [MediaSort]
list enumβ
The order the results will be returned in
Studio.media.isMain
β Boolean
scalarβ
If the studio was the primary animation studio of the media
Studio.media.onList
β Boolean
scalarβ
Studio.media.page
β Int
scalarβ
The page
Studio.media.perPage
β Int
scalarβ
The amount of entries per page, max 25
Studio.siteUrl
β String
scalarβ
The url for the studio page on the AniList website
Studio.isFavourite
β Boolean!
non-null scalarβ
If the studio is marked as favourite by the currently authenticated user
Studio.favourites
β Int
scalarβ
The amount of user's who have favourited the studio
Returned Byβ
Studio
query
Member Ofβ
InternalPage
object β MediaSubmissionEdge
object β Page
object β RevisionHistory
object β StudioConnection
object β StudioEdge
object β StudioStats
object β UserStudioStatistic
object