Uses of Package
graphql.analysis
Packages that use graphql.analysis
-
Classes in graphql.analysis used by graphql.analysisClassDescriptionUsed to calculate the complexity of a field.This can calculate the complexity of an operation using the specified
FieldComplexityCalculator
you pass into it.The query complexity info.The query depth info.Used byQueryTraverser
to reduce the fields of a Document (or part of it) to a single value.Helps to transform a Document (or parts of it) and tracks at the same time the corresponding Schema types.Helps to traverse (or reduce) a Document (or parts of it) and tracks at the same time the corresponding Schema types.Used byQueryTraverser
to visit the nodes of a Query.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. -
Classes in graphql.analysis used by graphql.execution.instrumentation.fieldvalidation