graphene-peewee-async icon indicating copy to clipboard operation
graphene-peewee-async copied to clipboard

exclude_fields

Open x0139 opened this issue 5 years ago • 0 comments

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'

x0139 avatar Apr 30 '19 12:04 x0139