Skip to main content

MediaTag

A tag that describes a theme or element of the media

type MediaTag {
id: Int!
name: String!
description: String
category: String
rank: Int
isGeneralSpoiler: Boolean
isMediaSpoiler: Boolean
isAdult: Boolean
userId: Int
}

Fields

MediaTag.id ● Int! non-null scalar

The id of the tag

MediaTag.name ● String! non-null scalar

The name of the tag

MediaTag.description ● String scalar

A general description of the tag

MediaTag.category ● String scalar

The categories of tags this tag belongs to

MediaTag.rank ● Int scalar

The relevance ranking of the tag out of the 100 for this media

MediaTag.isGeneralSpoiler ● Boolean scalar

If the tag could be a spoiler for any media

MediaTag.isMediaSpoiler ● Boolean scalar

If the tag is a spoiler for this media

MediaTag.isAdult ● Boolean scalar

If the tag is only for adult 18+ media

MediaTag.userId ● Int scalar

The user who submitted the tag

Returned By

MediaTagCollection query

Member Of

Media object ● TagStats object ● UserTagStatistic object