Moved showcase filter to computed column function.

This commit is contained in:
DebaucheryLibrarian
2023-01-04 02:11:12 +01:00
parent 156d1f2fbd
commit c5201e37ee
2 changed files with 21 additions and 16 deletions

View File

@@ -431,22 +431,9 @@ const releasesFragment = `
}
}
}
or: [
{
entity: {
showcased: {
equalTo: true
}
}
}
{
studio: {
showcased: {
equalTo: true
}
}
}
]
isShowcased: {
equalTo: true
}
},
first: $limit,
offset: $offset,