Updated v3 release notes (markdown)

wakemaster39 2020-10-07 19:03:19 -04:00
parent 3bcce5a4e7
commit 98528480de

@ -210,7 +210,7 @@ assert isinstance(schema.graphql_schema, GraphQLSchema)
### Other breaking changes ### Other breaking changes
- Relay's `ConnectionField` `get_resolver` function renamed to `wrap_resolve` - Relay's `ConnectionField` and `Field` `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) - `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)
--- ---