NAME
Plack::App::GraphQL::UITemplate - Template and processing for the GraphQL UI
SYNOPSIS
There's nothing really for end users here. Its just refactored into its own
package for code organization purposes.
DESCRIPTION
This is a package used to prepare and return an HTML response when you have the 'ui' flag enabled (probably for development) and the client requests an HTML response. This is based on https://github.com/graphql/graphiql
Feel free to make your own improved development / query interface and put it on CPAN!
AUTHOR
John Napiorkowski