Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit ccafeb2

Browse files
author
Arnaud Mimart
committed
Update README for GraphiQL configuration changes
1 parent 76352fe commit ccafeb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@ Available Spring Boot configuration parameters (either `application.yml` or `app
106106
```yaml
107107
graphiql:
108108
mapping: /graphiql
109-
endpoint: /graphql
109+
endpoint:
110+
graphql: /graphql
111+
subscriptions: /subscriptions
112+
static:
113+
basePath: /
110114
enabled: true
111115
pageTitle: GraphiQL
112116
cdn:

0 commit comments

Comments
 (0)