Skip to content

Commit 6ad62e8

Browse files
leebyronIvanGoncharov
authored andcommitted
prose
1 parent 0e1f9b8 commit 6ad62e8

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
@@ -108,9 +108,10 @@ CommonMark-compliant Markdown renderer.
108108

109109
**Deprecation**
110110

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

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

0 commit comments

Comments
 (0)