Skip to content

Commit

Permalink
Include extra data in Meta in _meta
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschneider94 committed May 27, 2021
1 parent 485b1ed commit d707459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphene/types/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def __init_subclass_with_meta__(
return
_meta.name = name or cls.__name__
_meta.description = description or trim_docstring(cls.__doc__)
_meta.extra = _kwargs
_meta.freeze()
cls._meta = _meta
super(BaseType, cls).__init_subclass_with_meta__()

0 comments on commit d707459

Please sign in to comment.