Open agosto-chrisbartling opened 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. 😊
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!
@bendemaree I'm fine waiting until the Falcon 1.4.2 release. Thanks so much for adding the feature.
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?