ciscorn / starlette-graphene3

An ASGI app for using Graphene v3 with Starlette / FastAPI
MIT License
101 stars 14 forks source link

Graphiql page fails due to missing locationquery function #30

Open nickroci opened 2 years ago

nickroci commented 2 years ago

The page shows for about 5 seconds before the js function gets triggered and goes blank

rrmerugu commented 2 years ago

@nickpholden I created pull request #31 with a fix for this issue. You can use the below, till this fix is released.

pipenv install git+https://github.com/rrmerugu/starlette-graphene3@6b2c1a4d9cd43e69a08b0dc66d398d41de9a158b#egg=starlette_graphene3
tdg5 commented 1 year ago

I think this issue can be closed since #31 has been merged.