graphene
graphene copied to clipboard
DepricationWarning v3.0b7
.venv/lib/python3.8/site-packages/graphene/utils/subclass_with_meta.py:46
/app/.venv/lib/python3.8/site-packages/graphene/utils/subclass_with_meta.py:46: DeprecationWarning: Creating a DjangoObjectType without either the `fields` or the `exclude` option is deprecated. Add an explicit `fields = '__all__'` option on DjangoObjectType NAMI to use all fields
super_class.__init_subclass_with_meta__(**options)
Why do you consider this to be a bug? Can you provide a scenario where this appears unexpectedly/because of a bug?