We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb8eb4 commit c064810Copy full SHA for c064810
spec/Appendix C -- Built-in Definitions.md
@@ -72,7 +72,7 @@ directive @deprecated(
72
The reason for the deprecation.
73
"""
74
reason: String! = "No longer supported"
75
-) on FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE | INPUT_FIELD_DEFINITION
+) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
76
77
78
Exposes a URL that specifies the behavior of this scalar.
0 commit comments