Skip to content

Commit

Permalink
Merge pull request #26181 from camac/camac-patch-1
Browse files Browse the repository at this point in the history
Add instructions to add GraphiQL in production
  • Loading branch information
gsmet committed Jun 16, 2022
2 parents 4eb9256 + df0dcf2 commit c105bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/smallrye-graphql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ NOTE: Experimental - not included in the MicroProfile specification
GraphiQL UI is a great tool permitting easy interaction with your GraphQL APIs.

The Quarkus `smallrye-graphql` extension ships with `GraphiQL` and enables it by default in `dev` and `test` modes,
but it can also be explicitly configured for `production` mode as well.
but it can also be explicitly configured for `production` mode as well, by setting the `quarkus.smallrye-graphql.ui.always-include` configuration property to `true`.

GraphiQL can be accessed from http://localhost:8080/q/graphql-ui/ .

Expand Down

0 comments on commit c105bc9

Please sign in to comment.