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

Commit d75c848

Browse files
authored
Merge pull request #582 from graphql-java-kickstart/feature/574-graphiql-props
Fix GraphiQL documentation
2 parents 51de7ea + 1e90cf1 commit d75c848

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,12 @@ graphiql:
254254
subscriptions:
255255
timeout: 30
256256
reconnect: false
257-
static:
258-
basePath: /
257+
basePath: /
259258
enabled: true
260259
pageTitle: GraphiQL
261260
cdn:
262261
enabled: false
263-
version: 0.13.0
262+
version: latest
264263
props:
265264
resources:
266265
query: query.graphql

0 commit comments

Comments
 (0)