Uses of Class
graphql.analysis.QueryDepthInfo
-
Packages that use QueryDepthInfo Package Description graphql.analysis -
-
Uses of QueryDepthInfo in graphql.analysis
Fields in graphql.analysis with type parameters of type QueryDepthInfo Modifier and Type Field Description private java.util.function.Function<QueryDepthInfo,java.lang.Boolean>
MaxQueryDepthInstrumentation. maxQueryDepthExceededFunction
Methods in graphql.analysis that return QueryDepthInfo Modifier and Type Method Description QueryDepthInfo
QueryDepthInfo.Builder. build()
Constructor parameters in graphql.analysis with type arguments of type QueryDepthInfo Constructor Description MaxQueryDepthInstrumentation(int maxDepth, java.util.function.Function<QueryDepthInfo,java.lang.Boolean> maxQueryDepthExceededFunction)
Creates a new instrumentation that tracks the query depth.
-