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
Section titled “Fields”Studio.id ● Int! non-null scalar
Section titled “Studio.id ● Int! ”The id of the studio
Studio.name ● String! non-null scalar
Section titled “Studio.name ● String! ”The name of the studio
Studio.isAnimationStudio ● Boolean! non-null scalar
Section titled “Studio.isAnimationStudio ● Boolean! ”If the studio is an animation studio or a different kind of company
The media the studio has worked on
The order the results will be returned in
If the studio was the primary animation studio of the media
The page
The amount of entries per page, max 25
The url for the studio page on the AniList website
Studio.isFavourite ● Boolean! non-null scalar
Section titled “Studio.isFavourite ● Boolean! ”If the studio is marked as favourite by the currently authenticated user
The amount of user’s who have favourited the studio
Returned By
Section titled “Returned By”Studio query
Member Of
Section titled “Member Of”InternalPage object ● MediaSubmissionEdge object ● Page object ● RevisionHistory object ● StudioConnection object ● StudioEdge object ● StudioStats object ● UserStudioStatistic object