@@ -939,7 +939,7 @@ directive @scalarDirective on SCALAR
939939
940940directive @repeatableDirective repeatable on SCALAR
941941
942- "Marks the field or enum value as deprecated"
942+ "Marks the field, argument, input field or enum value as deprecated"
943943directive @deprecated(
944944 "The reason for the deprecation"
945945 reason: String = "No longer supported"
@@ -1078,7 +1078,7 @@ directive @skip(
10781078 if: Boolean!
10791079 ) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
10801080
1081- "Marks the field or enum value as deprecated"
1081+ "Marks the field, argument, input field or enum value as deprecated"
10821082directive @deprecated(
10831083 "The reason for the deprecation"
10841084 reason: String = "No longer supported"
@@ -1175,7 +1175,7 @@ directive @example on FIELD_DEFINITION
11751175
11761176directive @moreComplex(arg1: String = "default", arg2: Int) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION
11771177
1178- "Marks the field or enum value as deprecated"
1178+ "Marks the field, argument, input field or enum value as deprecated"
11791179directive @deprecated(
11801180 "The reason for the deprecation"
11811181 reason: String = "No longer supported"
@@ -1240,7 +1240,7 @@ directive @example on FIELD_DEFINITION
12401240
12411241directive @moreComplex(arg1: String = "default", arg2: Int) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION
12421242
1243- "Marks the field or enum value as deprecated"
1243+ "Marks the field, argument, input field or enum value as deprecated"
12441244directive @deprecated(
12451245 "The reason for the deprecation"
12461246 reason: String = "No longer supported"
@@ -1372,7 +1372,7 @@ directive @skip(
13721372
13731373directive @directive1 on SCALAR
13741374
1375- "Marks the field or enum value as deprecated"
1375+ "Marks the field, argument, input field or enum value as deprecated"
13761376directive @deprecated(
13771377 "The reason for the deprecation"
13781378 reason: String = "No longer supported"
@@ -1875,7 +1875,7 @@ directive @skip(
18751875
18761876directive @foo on SCHEMA
18771877
1878- "Marks the field or enum value as deprecated"
1878+ "Marks the field, argument, input field or enum value as deprecated"
18791879directive @deprecated(
18801880 "The reason for the deprecation"
18811881 reason: String = "No longer supported"
0 commit comments