|
@@ -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 {
|