From 40fdbd33934e550dbb1e860309a39337570862c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rcs=C3=B6s=20Zolt=C3=A1n?= Date: Mon, 22 Oct 2018 13:14:18 +0200 Subject: [PATCH] Update spec/Section 4 -- Introspection.md Change "field" word to "enum value". In chapter 4.5.5 ("The __EnumValue Type"), in "isDeprecated" & "deprecationReason" field descriptors. --- spec/Section 4 -- Introspection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Section 4 -- Introspection.md b/spec/Section 4 -- Introspection.md index 8a24e2882..f60af02be 100644 --- a/spec/Section 4 -- Introspection.md +++ b/spec/Section 4 -- Introspection.md @@ -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