forked from DebaucheryLibrarian/traxxx
Added comment to poster and photo fragment.
This commit is contained in:
@@ -46,17 +46,19 @@ const releaseTagsFragment = `
|
|||||||
|
|
||||||
const releasePosterFragment = `
|
const releasePosterFragment = `
|
||||||
poster: releasesMediasByTargetId(condition: { role: "poster" }) {
|
poster: releasesMediasByTargetId(condition: { role: "poster" }) {
|
||||||
index
|
index
|
||||||
path
|
path
|
||||||
thumbnail
|
thumbnail
|
||||||
|
comment
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const releasePhotosFragment = `
|
const releasePhotosFragment = `
|
||||||
photos: releasesMediasByTargetId(condition: { role: "photo" }) {
|
photos: releasesMediasByTargetId(condition: { role: "photo" }) {
|
||||||
index
|
index
|
||||||
path
|
path
|
||||||
thumbnail
|
thumbnail
|
||||||
|
comment
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
@@ -35,11 +35,13 @@ function initTagsActions(store, _router) {
|
|||||||
id
|
id
|
||||||
thumbnail
|
thumbnail
|
||||||
path
|
path
|
||||||
|
comment
|
||||||
}
|
}
|
||||||
photos: tagsMediasByTargetId(condition: { role: "photo" }) {
|
photos: tagsMediasByTargetId(condition: { role: "photo" }) {
|
||||||
id
|
id
|
||||||
thumbnail
|
thumbnail
|
||||||
path
|
path
|
||||||
|
comment
|
||||||
}
|
}
|
||||||
releases: releasesTags {
|
releases: releasesTags {
|
||||||
tagRelease {
|
tagRelease {
|
||||||
|
|||||||
Reference in New Issue
Block a user