There is a somewhat hacky
fix to this (
here's an implementation that I used in a project), but the problem with it is that it does not work at all for extensions like
django_extension's runserver command. Additionally, it requires you to have to start an app, since it is defined in the
AppConfig, something which might be inconvenient to some people.
I propose we add a AUTORELOADER_ADD_FILES variable to the settings.py file which should be a Linux glob (eg: AUTORELOADER_ADD_FILES = BASE_DIR / "**/*.graphql").