Browse Source

filter curated videos

Klaudiusz Dembler 4 years ago
parent
commit
bb4546352c
1 changed files with 1 additions and 1 deletions
  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(
     videosConnection(
       first: $first
       first: $first
       after: $after
       after: $after
-      where: { categoryId_eq: $categoryId }
+      where: { categoryId_eq: $categoryId, isCurated_eq: false }
       orderBy: [publishedOnJoystreamAt_DESC]
       orderBy: [publishedOnJoystreamAt_DESC]
     ) {
     ) {
       edges {
       edges {