Skip to content

Commit 44b1b86

Browse files
committed
fix issue in GraphQL schema
1 parent fd37bc7 commit 44b1b86

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

server/src/schema.graphql

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ type Query {
66
}
77

88
enum LinkOrderByInput {
9-
ASC
10-
DESC
9+
description_ASC
10+
description_DESC
11+
url_ASC
12+
url_DESC
13+
createdAt_ASC
14+
createdAt_DESC
1115
}
1216

1317
type Feed {

0 commit comments

Comments
 (0)