torchbox / wagtail-grapple

A Wagtail app that makes building GraphQL endpoints a breeze!
https://wagtail-grapple.readthedocs.io/en/latest/
Other
155 stars 59 forks source link

Graphiql not loading when unpkg is having issues #296

Open dopry opened 1 year ago

dopry commented 1 year ago

I've encountered several instance of not being able to access graphiql because unpkg was returning a 500 for the graphiql package. We should probably bundle graphiql and any requirements in the grapple package so consumers aren't dependent on 3rd party sites outside of their control.

zerolab commented 1 year ago

I like this idea. Also prevents malicious actions to some extent