Added Node.get_node_from_global_id breaking change note

Eran Kampf 2020-08-10 10:59:37 -07:00
parent 8f4c0ea8f4
commit 92dc06320c

@ -211,7 +211,7 @@ assert isinstance(schema.graphql_schema, GraphQLSchema)
### Misc. 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)
---