Skip to content

Commit 183b2e0

Browse files
TCMeldrumgithub-actions[bot]
authored andcommitted
missed graphql file
1 parent 0754138 commit 183b2e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/frontend/src/graphql/review/userWithReviews.graphql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ query userWithReviews(
33
$instrumentId: Int
44
$status: ReviewStatus
55
$reviewer: ReviewerFilter
6+
$active: Boolean
67
) {
78
me {
89
id
@@ -14,6 +15,7 @@ query userWithReviews(
1415
instrumentId: $instrumentId
1516
status: $status
1617
reviewer: $reviewer
18+
active: $active
1719
) {
1820
id
1921
grade

0 commit comments

Comments
 (0)