Skip to content

E-VisionSoftware/graphql-playground-middleware-adonis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-playground-middleware-adonis

Middleware to enable AdonisJS to launch graphql-playground

npm install apollo-server-adonis

Usage

const GraphQLPlayground = use('graphql-playground-middleware-adonis');

Route.get(
  '/playground',
  GraphQLPlayground({
    endpoint: '/graphql', // a POST endpoint that playground will make the actual requests to
  })
);

About

Middleware to enable AdonisJS to launch graphql-playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published