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

What is the correct spelling for max query depth configuration? graphql.servlet.max-query-depth=10 or graphql.servlet.maxQueryDepth=10 #862

Answered by oliemansm
allomy asked this question in Q&A
Discussion options

You must be logged in to vote

Both work, since that's how the Spring Boot property resolution mechanism works. The kebab case variant is the naming convention recommended by Spring however. So that's A and D in your examples.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@allomy
Comment options

Answer selected by allomy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants