forked from DebaucheryLibrarian/traxxx
Added comment to poster and photo fragment.
This commit is contained in:
parent
6950a76cb5
commit
3845c3f52d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue