Added favorite stash heart to scene tiles.
This commit is contained in:
@@ -228,6 +228,22 @@ const releaseFields = `
|
||||
url
|
||||
}
|
||||
isNew
|
||||
isStashed
|
||||
stashes: stashesScenesBySceneId(
|
||||
filter: {
|
||||
stash: {
|
||||
userId: {
|
||||
equalTo: $userId
|
||||
}
|
||||
}
|
||||
}
|
||||
) @include(if: $hasAuth) {
|
||||
stash {
|
||||
id
|
||||
name
|
||||
slug
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
const releasesFragment = `
|
||||
@@ -352,6 +368,7 @@ const releaseFragment = `
|
||||
}
|
||||
}
|
||||
}
|
||||
isStashed
|
||||
stashes: stashesScenesBySceneId(
|
||||
filter: {
|
||||
stash: {
|
||||
|
||||
Reference in New Issue
Block a user