Skip to content

Commit

Permalink
prose
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Apr 22, 2021
1 parent 41ca330 commit 51f2fed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/Section 4 -- Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ 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
Expand Down

0 comments on commit 51f2fed

Please sign in to comment.