bendemaree / falcon-graphene

Helpers for registering Graphene schemas in Falcon.
18 stars 3 forks source link

Exposing GraphiQL UI #2

Open agosto-chrisbartling opened 6 years ago

agosto-chrisbartling commented 6 years ago

Graphene provides the standard GraphiQL UI for testing GraphQL queries and mutations. The flask_graphene integration provides a way to expose the GraphiQL UI. Are there plans to allow this through your Falcon integration?

bendemaree commented 6 years ago

@agosto-chrisbartling this shouldn’t be too difficult to add; I’ll have a go at it in the next day or two. 😊

bendemaree commented 6 years ago

I have this working using a new Falcon 1.4 feature (static routes). However, there’s a bug that needs to be fixed first and I’d like to wait for their 1.4.2 release to move forward.

That said, if you’d like this sooner, I can cut a release with a workaround for the issue in the meantime.

Thanks for the feature suggestion!

agosto-chrisbartling commented 6 years ago

@bendemaree I'm fine waiting until the Falcon 1.4.2 release. Thanks so much for adding the feature.