mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Updated v3 release notes (markdown)
parent
18e31da546
commit
5cb87e49c4
|
@ -59,7 +59,7 @@ result = schema.execute("query { color(colorInput: RED) }")
|
||||||
assert result.data["color"] == "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
|
Reference: https://github.com/graphql-python/graphene/pull/1153
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user