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

Commit 61a82b8

Browse files
authored
Merge branch 'master' into servercontainer-issue
2 parents 1c731ac + 569abe8 commit 61a82b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ By default GraphiQL is served from within the package. This can be configured to
126126
by setting the property `graphiql.cdn.enabled` to `true`.
127127

128128
You are able to set the GraphiQL props as well. The `graphiql.props.variables` group can contain any of the props
129-
as defined at [GraphiQL Usage](https://github.com/graphql/graphiql#usage). Since setting (large) queries in the
129+
as defined at [GraphiQL Usage](https://github.com/graphql/graphiql#usage). Since setting (large) queries in the
130130
properties like this isn't very readable, you can use the properties in the `graphiql.props.resources` group
131131
to set the classpath resources that should be loaded.
132132

@@ -148,8 +148,8 @@ graphql:
148148
tools:
149149
schemaLocationPattern: "**/*.graphqls"
150150
```
151-
By default GraphQL tools uses the location pattern `**/*.graphqls` to scan for GraphQL schemas on the classpath.
152-
Use the `schemaLocationPattern` property to customize this pattern.
151+
By default GraphQL tools uses the location pattern `**/*.graphqls` to scan for GraphQL schemas on the classpath.
152+
Use the `schemaLocationPattern` property to customize this pattern.
153153

154154

155155
## GraphQL Spring Common [LATEST SUPPORTED VERSION: 3.1.1]

0 commit comments

Comments
 (0)