mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 01:26:49 +03:00
Updated v3 release notes (markdown)
parent
372f125756
commit
9085e5ba18
|
@ -63,10 +63,6 @@ assert result.data["color"] == "RED"
|
|||
|
||||
Reference: https://github.com/graphql-python/graphene/pull/1153
|
||||
|
||||
### Subscription support
|
||||
|
||||
TODO
|
||||
|
||||
### Fast ObjectType creation
|
||||
|
||||
In Graphene v3 optimises the ObjectType initialization resulting in a x3 speed up! It does this by leveraging the same strategy that dataclasses introduced (dynamic creation of optimal `__init__` functions based on eval).
|
||||
|
|
Loading…
Reference in New Issue
Block a user