Skip to content

rromanovsky/graphiql-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphiQL PSR-7 Middleware

You can add a GraphiQL interface to your project with this PSR-7 Middleware

Install

composer require rromanovsky/graphiql-middleware

Usage

  • Slim
    use GraphiQLMiddleware\GraphiQLMiddleware;
    // By default the middleware will be executed on '/graphiql' route
    $app->add(new GraphiQLMiddleware());

About

GraphiQL PSR-7 Middleware

Resources

License

Stars

Watchers

Forks

Packages

No packages published