forked from DebaucheryLibrarian/traxxx
Added comment to poster and photo fragment.
This commit is contained in:
@@ -49,6 +49,7 @@ const releasePosterFragment = `
|
|||||||
index
|
index
|
||||||
path
|
path
|
||||||
thumbnail
|
thumbnail
|
||||||
|
comment
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@@ -57,6 +58,7 @@ const releasePhotosFragment = `
|
|||||||
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