graphene-peewee-async
graphene-peewee-async copied to clipboard
exclude_fields
Hi! Trying to add exclude_fields into class Meta but got this error:
File "/home/x0139/PycharmProjects/immp/kernel/env/lib/python3.6/site-packages/graphene/types/objecttype.py", line 64, in __init_subclass_with_meta__
super(ObjectType, cls).__init_subclass_with_meta__(_meta=_meta, **options)
TypeError: __init_subclass_with_meta__() got an unexpected keyword argument 'exclude_fields'