Uses of Package
graphql.analysis
-
Packages that use graphql.analysis Package Description graphql.analysis graphql.execution.instrumentation.fieldvalidation -
Classes in graphql.analysis used by graphql.analysis Class Description FieldComplexityCalculator Used to calculate the complexity of a field.FieldComplexityEnvironment QueryComplexityCalculator This can calculate the complexity of an operation using the specifiedFieldComplexityCalculator
you pass into it.QueryComplexityCalculator.Builder QueryComplexityInfo The query complexity info.QueryComplexityInfo.Builder QueryDepthInfo The query depth info.QueryDepthInfo.Builder QueryReducer Used byQueryTraverser
to reduce the fields of a Document (or part of it) to a single value.QueryTransformer Helps to transform a Document (or parts of it) and tracks at the same time the corresponding Schema types.QueryTransformer.Builder QueryTraverser Helps to traverse (or reduce) a Document (or parts of it) and tracks at the same time the corresponding Schema types.QueryTraverser.Builder QueryVisitor Used byQueryTraverser
to visit the nodes of a Query.QueryVisitorFieldArgumentEnvironment QueryVisitorFieldArgumentInputValue This describes the tree structure that forms from a argument input type, especially with `input ComplexType { ....}` types that might in turn contain other complex types and hence form a tree of values.QueryVisitorFieldArgumentInputValueImpl QueryVisitorFieldArgumentValueEnvironment QueryVisitorFieldEnvironment QueryVisitorFragmentDefinitionEnvironment QueryVisitorFragmentSpreadEnvironment QueryVisitorInlineFragmentEnvironment -
Classes in graphql.analysis used by graphql.execution.instrumentation.fieldvalidation Class Description QueryVisitorFieldEnvironment