From 92dc06320c7927c2e22f2cfb7001f4c5d64fe4d8 Mon Sep 17 00:00:00 2001 From: Eran Kampf <205185+ekampf@users.noreply.github.com> Date: Mon, 10 Aug 2020 10:59:37 -0700 Subject: [PATCH] Added `Node.get_node_from_global_id` breaking change note --- v3-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-release-notes.md b/v3-release-notes.md index 4d567fa..4490520 100644 --- a/v3-release-notes.md +++ b/v3-release-notes.md @@ -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) ---