You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/spring-boot/embedded-editors/index.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ The following GraphQL Embedded Editors are bundled for convenience:
32
32
33
33
## Altair
34
34
35
-
[Altair](https://github.com/imolorhe/altair) becomes accessible at the root /altair if the graphql.altair.enabled property is true.
35
+
[Altair](https://github.com/imolorhe/altair) becomes accessible at the root `/altair` if the `graphql.altair.enabled` property is true.
36
36
37
-
Note that GraphQL server must be available at /graphql/\* context to be discovered by Altair.
37
+
Note that GraphQL server must be available at `/graphql/\*` context to be discovered by Altair.
38
38
39
39
### Configuration Parameters
40
40
41
-
Available Spring Boot configuration parameters (either application.yml or application.properties):
41
+
Available Spring Boot configuration parameters (either `application.yml` or `application.properties`):
42
42
43
43
```yaml
44
44
altair:
@@ -69,13 +69,13 @@ altair:
69
69
70
70
## GraphQL Playground
71
71
72
-
[GraphQL Playground](https://github.com/prisma/graphql-playground) becomes accessible at root /playground (or as configured in graphql.playground.mapping) if the graphql.playground.enabled property is true.
72
+
[GraphQL Playground](https://github.com/prisma/graphql-playground) becomes accessible at root `/playground` (or as configured in `graphql.playground.mapping`) if the `graphql.playground.enabled` property is true.
73
73
74
74
It uses an embedded GraphQL Playground React, in accordance to the official guide, using the 'minimum HTML' approach.
75
75
76
76
### Configuration Parameters
77
77
78
-
Available Spring Boot configuration parameters (either application.yml or application.properties):
78
+
Available Spring Boot configuration parameters (either `application.yml` or `application.properties`):
79
79
80
80
```yaml
81
81
graphql.playground:
@@ -125,8 +125,7 @@ Note that GraphQL server must be available at `/graphql/*` context to be discove
125
125
126
126
### Configuration Parameters
127
127
128
-
Available Spring Boot configuration parameters (either `application.yml`
129
-
or `application.properties`):
128
+
Available Spring Boot configuration parameters (either `application.yml` or `application.properties`):
130
129
131
130
```yaml
132
131
graphiql:
@@ -167,9 +166,9 @@ the `graphiql.headers` group.
167
166
168
167
## GraphQL Voyager
169
168
170
-
[GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) becomes accessible at root /voyager (or as configured in voyager.mapping) if the graphql.voyager.enabled property is true.
169
+
[GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) becomes accessible at root `/voyager` (or as configured in voyager.mapping) if the `graphql.voyager.enabled` property is true.
171
170
172
-
Available Spring Boot configuration parameters (either application.yml or application.properties):
171
+
Available Spring Boot configuration parameters (either `application.yml` or `application.properties`):
0 commit comments