You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ The JPA DataFetcher implementation will attempt to build dynamic fetch graph in
280
280
Examples
281
281
--------
282
282
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.
284
284
285
285
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
286
286
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