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