浏览代码

filter curated videos

Klaudiusz Dembler 4 年之前
父节点
当前提交
bb4546352c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {