We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
graphql.enum
1 parent 6246053 commit c998e5eCopy full SHA for c998e5e
packages/schema/src/api-without-context/enum.ts
@@ -120,7 +120,7 @@ export function enumValues<Values extends readonly string[]>(
120
* """
121
* thing thing
122
123
- * thing @deprecated(reason: "something should be used instead of thing")
+ * thing @/deprecated(reason: "something should be used instead of thing")
124
* }
125
* `;)
126
* ```
0 commit comments