Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages