graphene icon indicating copy to clipboard operation
graphene copied to clipboard

DepricationWarning v3.0b7

Open sgordon16 opened this issue 4 years ago • 1 comments

.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)


sgordon16 avatar Jun 16 '21 14:06 sgordon16

Why do you consider this to be a bug? Can you provide a scenario where this appears unexpectedly/because of a bug?

erikwrede avatar Jul 11 '22 13:07 erikwrede