ciscorn / starlette-graphene3

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

Add support for overriding GraphQL playground #10

Closed lovetoburnswhen closed 3 years ago

lovetoburnswhen commented 3 years ago

As seen in https://github.com/encode/starlette/issues/953 + https://github.com/encode/starlette/pull/954

ciscorn commented 3 years ago

The new on_get parameter allows you to serve arbitrary contents.