Skip to content

Commit f96b562

Browse files
committed
prose
1 parent 261df09 commit f96b562

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ Markdown renderer.
7878

7979
## Deprecation
8080

81-
To support the management of backwards compatibility, GraphQL fields and enum
82-
values can indicate whether or not they are deprecated (`isDeprecated: Boolean`)
83-
and a description of why it is deprecated (`deprecationReason: String`).
81+
To support the management of backwards compatibility, GraphQL fields, arguments,
82+
input fields, and enum values can indicate whether or not they are deprecated
83+
(`isDeprecated: Boolean`) along with a description of why it is deprecated
84+
(`deprecationReason: String`).
8485

8586
Tools built using GraphQL introspection should respect deprecation by
8687
discouraging deprecated use through information hiding or developer-facing

0 commit comments

Comments
 (0)