mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-03 22:44:24 +01:00
fix: reorder offical tags filter
This commit is contained in:
@@ -18,6 +18,9 @@ const officialTags = extendType({
|
||||
type: "Tag",
|
||||
resolve: () => {
|
||||
return prisma.tag.findMany({
|
||||
orderBy: {
|
||||
title: 'asc'
|
||||
},
|
||||
where: {
|
||||
isOfficial: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user