insolite / graphene-peewee-async

Graphene peewee-async integration
37 stars 9 forks source link

exclude_fields #15

Open x0139 opened 5 years ago

x0139 commented 5 years ago

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'