Skip to content

Commit 509f5d2

Browse files
authoredSep 19, 2017
Fixed README examples link
1 parent f194b2c commit 509f5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ The JPA DataFetcher implementation will attempt to build dynamic fetch graph in
280280
Examples
281281
--------
282282

283-
GraphiQL (https://github.com/graphql/graphiql) can be used for simple testing. You can build and launch provided example as a Spring Boot Application, then navigate to http://localhost:8080/ to load GraphiQL browser. The collapsed Docs panel can opened by clicking on the button in the upper right corner to expose current test schema models.
283+
GraphiQL (https://github.com/graphql/graphiql) can be used for simple testing. You can build and launch provided example as a Spring Boot Application, then navigate to http://localhost:8080/graphiql.html to load GraphiQL browser. The collapsed Docs panel can opened by clicking on the button in the upper right corner to expose current test schema models.
284284

285285
You can run GraphQL queries in the left pannel. Type the query and hit the run button. The results should come up in the middle
286286
panel. If your query has variables, there is a minimized panel at the bottom left. Simply click on this to expand, and

0 commit comments

Comments
 (0)
Please sign in to comment.