@@ -974,7 +974,7 @@ directive @defer(
974974 label: String
975975 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
976976
977- "Marks the field, argument, input field or enum value as deprecated "
977+ "Marks an element of a GraphQL schema as no longer supported. "
978978directive @deprecated(
979979 "The reason for the deprecation"
980980 reason: String! = "No longer supported"
@@ -1161,7 +1161,7 @@ directive @defer(
11611161 label: String
11621162 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
11631163
1164- "Marks the field, argument, input field or enum value as deprecated "
1164+ "Marks an element of a GraphQL schema as no longer supported. "
11651165directive @deprecated(
11661166 "The reason for the deprecation"
11671167 reason: String! = "No longer supported"
@@ -1268,7 +1268,7 @@ directive @defer(
12681268 label: String
12691269 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
12701270
1271- "Marks the field, argument, input field or enum value as deprecated "
1271+ "Marks an element of a GraphQL schema as no longer supported. "
12721272directive @deprecated(
12731273 "The reason for the deprecation"
12741274 reason: String! = "No longer supported"
@@ -1347,7 +1347,7 @@ directive @defer(
13471347 label: String
13481348 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
13491349
1350- "Marks the field, argument, input field or enum value as deprecated "
1350+ "Marks an element of a GraphQL schema as no longer supported. "
13511351directive @deprecated(
13521352 "The reason for the deprecation"
13531353 reason: String! = "No longer supported"
@@ -1455,7 +1455,7 @@ directive @defer(
14551455 label: String
14561456 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
14571457
1458- "Marks the field, argument, input field or enum value as deprecated "
1458+ "Marks an element of a GraphQL schema as no longer supported. "
14591459directive @deprecated(
14601460 "The reason for the deprecation"
14611461 reason: String! = "No longer supported"
@@ -1552,7 +1552,7 @@ directive @defer(
15521552 label: String
15531553 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
15541554
1555- "Marks the field, argument, input field or enum value as deprecated "
1555+ "Marks an element of a GraphQL schema as no longer supported. "
15561556directive @deprecated(
15571557 "The reason for the deprecation"
15581558 reason: String! = "No longer supported"
@@ -1703,7 +1703,7 @@ directive @defer(
17031703 label: String
17041704 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
17051705
1706- "Marks the field, argument, input field or enum value as deprecated "
1706+ "Marks an element of a GraphQL schema as no longer supported. "
17071707directive @deprecated(
17081708 "The reason for the deprecation"
17091709 reason: String! = "No longer supported"
@@ -1948,7 +1948,7 @@ type Query {
19481948 def result = new SchemaPrinter (printOptions). print (schema)
19491949
19501950 then :
1951- result == ''' "Marks the field, argument, input field or enum value as deprecated "
1951+ result == ''' "Marks an element of a GraphQL schema as no longer supported. "
19521952directive @deprecated(
19531953 "The reason for the deprecation"
19541954 reason: String! = "No longer supported"
@@ -2250,7 +2250,7 @@ directive @defer(
22502250 label: String
22512251 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
22522252
2253- "Marks the field, argument, input field or enum value as deprecated "
2253+ "Marks an element of a GraphQL schema as no longer supported. "
22542254directive @deprecated(
22552255 "The reason for the deprecation"
22562256 reason: String! = "No longer supported"
@@ -2488,7 +2488,7 @@ directive @include(
24882488"This directive disables error propagation when a non nullable field returns null for the given operation."
24892489directive @experimental_disableErrorPropagation on QUERY | MUTATION | SUBSCRIPTION
24902490
2491- "Marks the field, argument, input field or enum value as deprecated "
2491+ "Marks an element of a GraphQL schema as no longer supported. "
24922492directive @deprecated(
24932493 "The reason for the deprecation"
24942494 reason: String! = "No longer supported"
@@ -2620,7 +2620,7 @@ directive @defer(
26202620 label: String
26212621 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
26222622
2623- "Marks the field, argument, input field or enum value as deprecated "
2623+ "Marks an element of a GraphQL schema as no longer supported. "
26242624directive @deprecated(
26252625 "The reason for the deprecation"
26262626 reason: String! = "No longer supported"
@@ -2868,7 +2868,7 @@ directive @defer(
28682868 label: String
28692869 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
28702870
2871- "Marks the field, argument, input field or enum value as deprecated "
2871+ "Marks an element of a GraphQL schema as no longer supported. "
28722872directive @deprecated(
28732873 "The reason for the deprecation"
28742874 reason: String! = "No longer supported"
@@ -3067,7 +3067,7 @@ directive @defer(
30673067 label: String
30683068 ) on FRAGMENT_SPREAD | INLINE_FRAGMENT
30693069
3070- "Marks the field, argument, input field or enum value as deprecated "
3070+ "Marks an element of a GraphQL schema as no longer supported. "
30713071directive @deprecated(
30723072 "The reason for the deprecation"
30733073 reason: String! = "No longer supported"
0 commit comments