Uses of Class
graphql.analysis.QueryDepthInfo
Packages that use QueryDepthInfo
-
Uses of QueryDepthInfo in graphql.analysis
Fields in graphql.analysis with type parameters of type QueryDepthInfoModifier and TypeFieldDescriptionprivate final Function
<QueryDepthInfo, Boolean> MaxQueryDepthInstrumentation.maxQueryDepthExceededFunction
Methods in graphql.analysis that return QueryDepthInfoConstructor parameters in graphql.analysis with type arguments of type QueryDepthInfoModifierConstructorDescriptionMaxQueryDepthInstrumentation
(int maxDepth, Function<QueryDepthInfo, Boolean> maxQueryDepthExceededFunction) Creates a new instrumentation that tracks the query depth.