Closed
Description
Currently, the GraphiQL interface served with graphene-django cannot be used without an internet connection because it relies on javascript files served from a CDN. This can be problematic in some dev environments. I would suggest bundling these files instead to ensure graphiql can also be used offline.