mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 02:53:54 +03:00
Updated v3 release notes (markdown)
parent
ab21afcf9d
commit
93d2d105ab
|
@ -211,6 +211,8 @@ assert isinstance(schema.graphql_schema, GraphQLSchema)
|
|||
|
||||
- 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)
|
||||
- Relay's function `from graphene.relay.node import to_global_id` now raises error
|
||||
`cannot import name 'to_global_id' from 'graphene.relay.node'` and must be updated to `from graphql_relay import to_global_id`
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user