diff --git a/spec/Section 4 -- Introspection.md b/spec/Section 4 -- Introspection.md index 1fc9e53e3..9185c2f3e 100644 --- a/spec/Section 4 -- Introspection.md +++ b/spec/Section 4 -- Introspection.md @@ -108,9 +108,10 @@ CommonMark-compliant Markdown renderer. **Deprecation** -To support the management of backwards compatibility, GraphQL fields and enum -values can indicate whether or not they are deprecated (`isDeprecated: Boolean`) -and a description of why it is deprecated (`deprecationReason: String`). +To support the management of backwards compatibility, GraphQL fields, arguments, +input fields, and enum values can indicate whether or not they are deprecated +(`isDeprecated: Boolean`) along with a description of why it is deprecated +(`deprecationReason: String`). Tools built using GraphQL introspection should respect deprecation by discouraging deprecated use through information hiding or developer-facing