Updated v3 release notes (markdown)

Jonathan Kim 2020-07-14 17:59:41 +01:00
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).