graphql-python / flask-graphql

Adds GraphQL support to your Flask application.
MIT License
1.32k stars 139 forks source link

Include Altair GraphQL view #72

Open imolorhe opened 4 years ago

imolorhe commented 4 years ago

I would love to be able to use Altair GraphQL Client as a view like the GraphiQL view, especially since it provides several extra features than the normal graphiql (like file uploading, setting headers, etc). Would it be possible to include a view for Altair?

Ps: I'm also open to making a contribution myself as well, if you guys agree for that. 🙂

KingDarBoja commented 4 years ago

I don't see any problem with that 🤔 Looks like Altair provides more features (e.g. headers) than current graphiQl.

This can be enabled with some kind of flag if anyone wants to use it instead of default view 🤔

imolorhe commented 4 years ago

Yes I agree.