Skip to content

Commit 9645106

Browse files
committed
fix: filter discussions by announcements
1 parent b54b4e0 commit 9645106

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/api.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ export const Query = {
6767
}
6868
}
6969
}
70-
discussions(first: $numDiscussions) {
70+
discussions(
71+
first: $numDiscussions
72+
categoryId: "DIC_kwDOAWsnks4CkwUt"
73+
) {
7174
nodes {
7275
author {
7376
login

0 commit comments

Comments
 (0)