Skip to content

Commit c064810

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ directive @deprecated(
7272
The reason for the deprecation.
7373
"""
7474
reason: String! = "No longer supported"
75-
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE | INPUT_FIELD_DEFINITION
75+
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
7676

7777
"""
7878
Exposes a URL that specifies the behavior of this scalar.

0 commit comments

Comments
 (0)