Updated v3 release notes (markdown)

Jonathan Kim 2020-08-12 07:33:58 +01:00
parent 92dc06320c
commit 6eeafa9cd0

@ -208,7 +208,7 @@ schema = Schema(query=Query)
assert isinstance(schema.graphql_schema, GraphQLSchema)
```
### Misc. Changes
### Other breaking changes
- Relay's `ConnectionField` `get_resolver` function renamed to `wrap_resolve`
- `Node.get_node_from_global_id` now raises an exception when failing to parse global id instead of returning `None` (https://github.com/graphql-python/graphene/pull/1074)