Updated v3 release notes (markdown)

Jonathan Kim 2020-07-11 13:35:32 +01:00
parent 18e31da546
commit 5cb87e49c4

@ -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