From 5cb87e49c42e5e426bf41ab8044c5d9923a34619 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Sat, 11 Jul 2020 13:35:32 +0100 Subject: [PATCH] Updated v3 release notes (markdown) --- v3-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-release-notes.md b/v3-release-notes.md index 7e25558..7952f2f 100644 --- a/v3-release-notes.md +++ b/v3-release-notes.md @@ -59,7 +59,7 @@ result = schema.execute("query { color(colorInput: RED) }") assert result.data["color"] == "RED" ``` -⚠️ This is a breaking change. You will need to update any resolvers or mutations that accept enums as inputs to support this change. ⚠️ +⚠️ This is a breaking change. You will need to update any resolvers or mutations that accept Enum's as inputs to support this change. ⚠️ Reference: https://github.com/graphql-python/graphene/pull/1153