Skip to content

Commit c998e5e

Browse files
committed
Fix graphql.enum being shown as deprecated
1 parent 6246053 commit c998e5e

File tree

1 file changed

+1
-1
lines changed
  • packages/schema/src/api-without-context

1 file changed

+1
-1
lines changed

packages/schema/src/api-without-context/enum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function enumValues<Values extends readonly string[]>(
120120
* """
121121
* thing thing
122122
* """
123-
* thing @deprecated(reason: "something should be used instead of thing")
123+
* thing @/deprecated(reason: "something should be used instead of thing")
124124
* }
125125
* `;)
126126
* ```

0 commit comments

Comments
 (0)