mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
Updated v3 release notes (markdown)
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user