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