Skip to content

Commit

Permalink
chore: update examples README to point to graphiql (#1762)
Browse files Browse the repository at this point in the history
graphiql is now the default IDE, playground needs to be manually enabled
  • Loading branch information
samuelAndalon authored Apr 26, 2023
1 parent 51acb37 commit eb67971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/server/ktor-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ cd /path/to/graphql-kotlin/examples
```

Once the app has started you can:
- send GraphQL requests by opening the Playground endpoint at http://localhost:8080/playground
- send GraphQL requests directly to the endpoint at http://localhost:8080/graphql
- explore and interact with the example schema by opening the Playground IDE endpoint at http://localhost:8080/playground
- Explore and interact with the example schema by opening the Playground IDE endpoint at http://localhost:8080/graphiql
- Send GraphQL requests directly to the endpoint at http://localhost:8080/graphql

#### Example query

Expand Down
2 changes: 1 addition & 1 deletion examples/server/spring-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Then to start the server:
./gradlew :spring-server:bootRun
```

Once the app has started you can explore the example schema by opening the GraphQL Playground endpoint at http://localhost:8080/playground.
Once the app has started you can explore the example schema by opening the GraphQL Playground endpoint at http://localhost:8080/graphiql.

0 comments on commit eb67971

Please sign in to comment.