Explorar o código

filter curated videos

Klaudiusz Dembler %!s(int64=4) %!d(string=hai) anos
pai
achega
bb4546352c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/queries/videos.ts

+ 1 - 1
src/api/queries/videos.ts

@@ -45,7 +45,7 @@ export const GET_NEWEST_VIDEOS = gql`
     videosConnection(
       first: $first
       after: $after
-      where: { categoryId_eq: $categoryId }
+      where: { categoryId_eq: $categoryId, isCurated_eq: false }
       orderBy: [publishedOnJoystreamAt_DESC]
     ) {
       edges {