diff --git a/README.md b/README.md index 211055874d50a4e3826d67065286d1f6217a9860..f15ed1495a1b9d17be0ca37918e0e04743934273 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,9 @@ To view the Swagger UI interface: ``` open http://localhost:8080/docs ``` +To view the graphQl playground interface : +``` +open http://localhost:8080/graphql-playground +``` This project leverages the mega-awesome [swagger-tools](https://github.com/apigee-127/swagger-tools) middleware which does most all the work.