Closed
Description
While working on #976 I noticed that verious tests expect fields to have an empty description. In /graphene_django/tests/test_types.py
for example, \"""\"""
is expected within the generated schemas all over the place.
This is not the case on master. Furthermore the generated schema is not parsable by an GraphQL client I'm working with due to these empty descriptions.
I'll start working on an PR to fix this behaviour and related tests.