Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly include all fields in test schema to avoid deprecation war…
…ning Otherwise we encounter this warning: ``` 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 User to use all fields super_class.__init_subclass_with_meta__(**options) ```
- Loading branch information