Package | Description |
---|---|
graphql.analysis |
Class and Description |
---|
FieldComplexityCalculator
Used to calculate the complexity of a field.
|
FieldComplexityEnvironment |
QueryComplexityInfo
The query complexity info.
|
QueryComplexityInfo.Builder |
QueryDepthInfo
The query depth info.
|
QueryDepthInfo.Builder |
QueryReducer
Used by
QueryTraversal 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 |
QueryTraversal
Helps to traverse (or reduce) a Document (or parts of it) and tracks at the same time the corresponding Schema types.
|
QueryTraversal.Builder |
QueryVisitor
Used by
QueryTraversal to visit the nodes of a Query. |
QueryVisitorFieldEnvironment |
QueryVisitorFragmentDefinitionEnvironment |
QueryVisitorFragmentSpreadEnvironment |
QueryVisitorInlineFragmentEnvironment |
Copyright © 2019. All rights reserved.