Skip to content

Commit

Permalink
Add deprecated enum value (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick authored Jan 13, 2024
1 parent cf819c1 commit 14acf43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subgraphs/comments/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type User @key(fields: "id") {
enum CommentSort {
NEWEST
OLDEST
BEST @deprecated(reason: "This option is deprecated")
}

type Mutation {
Expand Down

0 comments on commit 14acf43

Please sign in to comment.