This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ By default GraphiQL is served from within the package. This can be configured to
126126by setting the property `graphiql.cdn.enabled` to `true`.
127127
128128You 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
130130properties like this isn't very readable, you can use the properties in the `graphiql.props.resources` group
131131to 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]
You can’t perform that action at this time.
0 commit comments