Storing original tags.

This commit is contained in:
DebaucheryLibrarian
2021-10-10 00:04:21 +02:00
parent 6c298cd639
commit b6ad2903f3
29 changed files with 27 additions and 11 deletions

View File

@@ -244,7 +244,12 @@ const releaseDirectorFragment = `
`;
const releaseTagsFragment = `
tags: releasesTags(orderBy: TAG_BY_TAG_ID__PRIORITY_DESC) {
tags: releasesTags(
orderBy: TAG_BY_TAG_ID__PRIORITY_DESC
filter: {
tagId: { isNull: false }
}
) {
tag {
name
priority