Skip to content

Commit

Permalink
Add dgs.graphql.introspection.show-sdl-comments to config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kailyak committed Jul 2, 2024
1 parent 9d7e8d1 commit 2fe8e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
|-----------------------------------------------------------------|----------|------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
| dgs.graphql.path | String | `"/graphql"` | Path to the endpoint that will serve GraphQL requests. |
| dgs.graphql.introspection.enabled | Boolean | `true` | Enables graphql introspection functionality. |
| dgs.graphql.introspection.show-sdl-comments | Boolean | `true` | Toggles showing graphql SDL comments in introspection query results. |
| dgs.graphql.schema-json.enabled | Boolean | `true` | Enables schema-json endpoint functionality. |
| dgs.graphql.schema-json.path | String | `"/schema.json"` | Path to the schema-json endpoint without trailing slash. |
| dgs.graphql.schema-locations | [String] | `"classpath*:schema/**/*.graphql*"` | Location of the GraphQL schema files. |
Expand Down

0 comments on commit 2fe8e4b

Please sign in to comment.