Refactored clips into chapters.
This commit is contained in:
@@ -268,19 +268,21 @@ const releaseFragment = `
|
||||
${releaseTrailerFragment}
|
||||
${releaseTeaserFragment}
|
||||
${siteFragment}
|
||||
clips {
|
||||
chapters {
|
||||
id
|
||||
index
|
||||
time
|
||||
duration
|
||||
title
|
||||
description
|
||||
duration
|
||||
tags: clipsTags {
|
||||
tags: chaptersTags {
|
||||
tag {
|
||||
id
|
||||
name
|
||||
slug
|
||||
}
|
||||
}
|
||||
poster: clipsPosterByClipId {
|
||||
poster: chaptersPosterByChapterId {
|
||||
media {
|
||||
id
|
||||
index
|
||||
|
||||
Reference in New Issue
Block a user