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.
1 parent 89c367a commit efb8eb4Copy full SHA for efb8eb4
spec/Appendix C -- Built-in Definitions.md
@@ -71,7 +71,7 @@ directive @deprecated(
71
"""
72
The reason for the deprecation.
73
74
- reason: String = "No longer supported"
+ reason: String! = "No longer supported"
75
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE | INPUT_FIELD_DEFINITION
76
77
0 commit comments