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 2ec1dbe commit a2bbab1Copy full SHA for a2bbab1
spec/Appendix C -- Built-in Definitions.md
@@ -69,7 +69,7 @@ Marks the field, argument, input field or enum value as deprecated.
69
"""
70
directive @deprecated(
71
72
- The reason for the deprecation
+ The reason for the deprecation.
73
74
reason: String = "No longer supported"
75
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE | INPUT_FIELD_DEFINITION
0 commit comments