Skip to content

Commit efb8eb4

Browse files
martinbonninbenjie
andauthored
Update spec/Appendix C -- Built-in Definitions.md
Co-authored-by: Benjie <[email protected]>
1 parent 89c367a commit efb8eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Appendix C -- Built-in Definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ directive @deprecated(
7171
"""
7272
The reason for the deprecation.
7373
"""
74-
reason: String = "No longer supported"
74+
reason: String! = "No longer supported"
7575
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE | INPUT_FIELD_DEFINITION
7676

7777
"""

0 commit comments

Comments
 (0)