Skip to content

Commit

Permalink
Merge pull request #2106 from Netflix/fix/javadoc
Browse files Browse the repository at this point in the history
fix unresolved reference in the JavaDoc
  • Loading branch information
paulbakker authored Jan 9, 2025
2 parents 04fb147 + f4cc308 commit 602f806
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,12 @@ open class DgsSpringGraphQLAutoConfiguration(
): DefaultDgsGraphQLContextBuilder = DefaultDgsGraphQLContextBuilder(dgsCustomContextBuilder, dgsCustomContextBuilderWithRequest)

/**
* Used by the [DefaultDgsQueryExecutor], it controls if, and when, such executor should reload the schema.
* Used by the [ReloadableGraphQLSource], it controls if, and when, such executor should reload the schema.
* This implementation will return either the boolean value of the `dgs.reload` flag
* or `true` if the `laptop` profile is an active Spring Boot profiles.
* <p>
* You can provide a bean of type [ReloadSchemaIndicator] if you want to control when the
* [DefaultDgsQueryExecutor] should reload the schema.
* [ReloadableGraphQLSource] should reload the schema.
*
* @implSpec the implementation of such bean should be thread-safe.
*/
Expand Down

0 comments on commit 602f806

Please sign in to comment.