DREAMS COME TRUE全面協力でお贈りするオリジナルドラマ『5つの歌詩』の独占配信を記念して、12月に開催される『STAR CHANNEL presents DREAMS COME TRUE 5つの歌詩(うた) SUPER LIVE 2022』に、プレミアム(有料)会員 計800名様を抽選でご招待!
query($namespace:String!, $pagination:PageInput!)
{
collection(namespace: $namespace){
id
title
namespace
property
collectionItems(pagination:$pagination){
nodes{
... on Linktext{
__typename
id
displayText
link
image{
url
}
}
... on Video{
__typename
id
title
images{
url
}
mezzanines {
id
}
tags{
autoTags{
value
type
}
manualTags{
type
}
}
}
... on Series{
__typename
id
title
originalTitle
images {
url
}
tags{
autoTags{
value
type
}
manualTags{
type
}
}
}
... on Program{
__typename
id
title
originalTitle
channel {
id
}
images {
url
}
tags{
autoTags{
value
type
}
manualTags{
type
}
}
}
}
pageInfo{
page
perPage
total
}
}
}
}