Skip to content

Commit

Permalink
Update spec/Section 4 -- Introspection.md (#524)
Browse files Browse the repository at this point in the history
Change "field" word to "enum value". In chapter 4.5.5 ("The __EnumValue Type"), in "isDeprecated" & "deprecationReason" field descriptors.
  • Loading branch information
zgorcsos authored and IvanGoncharov committed Jul 5, 2019
1 parent f5d7e31 commit c7bface
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 4 -- Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,9 @@ Fields

* `name` must return a String
* `description` may return a String or {null}
* `isDeprecated` returns {true} if this field should no longer be used,
* `isDeprecated` returns {true} if this enum value should no longer be used,
otherwise {false}.
* `deprecationReason` optionally provides a reason why this field is deprecated.
* `deprecationReason` optionally provides a reason why this enum value is deprecated.

### The __Directive Type

Expand Down

0 comments on commit c7bface

Please sign in to comment.