Using direct entity showcase filter again. Added higher quality Bang! Adventures logo.

This commit is contained in:
DebaucheryLibrarian
2023-01-07 17:43:33 +01:00
parent 5a3de19712
commit 2e2d8a15ac
42 changed files with 19 additions and 4 deletions

View File

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