新メディアミックスプロジェクト『THE LAST METAL(ラストメタル)』。全3話にわたり作品の世界観や楽曲、メタルの魅力を徹底解剖!豪華声優・俳優陣と若井望らメタル界の一流アーティストで結成されたバンド「Venomous 8」の楽曲やMV制作の過程を追うバラエティ。メタル界のレジェンド、寺田恵子(SHOW-YA)と冠徹弥(THE冠)も参戦!
query($id: ID!, $pagination:PageInput!)
{
video(id: $id){
relatedVideos(pagination:$pagination){
nodes{
__typename
id
title
images{
url
}
mezzanines {
id
}
tags{
autoTags{
value
type
}
manualTags{
type
}
}
}
pageInfo{
page
perPage
total
}
}
}
}
query($id:ID!, $pagination:PageInput!)
{
video(id: $id){
recommendation(pagination:$pagination) {
nodes{
... on Program{
__typename
id
title
channel {
id
}
images {
url
}
tags{
autoTags{
value
type
}
manualTags{
type
}
}
}
... on Series{
__typename
id
title
images {
url
}
tags{
autoTags{
value
type
}
manualTags{
type
}
}
}
... on Video{
__typename
id
title
images {
url
width
height
}
mezzanines {
id
}
tags{
autoTags{
value
type
}
manualTags{
type
}
}
}
}
pageInfo{
page
perPage
total
}
}
}
}