Uses of Class
graphql.analysis.QueryTraverser.Builder
Packages that use QueryTraverser.Builder
-
Uses of QueryTraverser.Builder in graphql.analysis
Methods in graphql.analysis that return QueryTraverser.BuilderModifier and TypeMethodDescriptionQueryTraverser.Builder.coercedVariables
(CoercedVariables coercedVariables) Variables (already coerced) used in the query.document to be used to traverse the whole query.QueryTraverser.Builder.fragmentsByName
(Map<String, FragmentDefinition> fragmentsByName) Fragment by name map.static QueryTraverser.Builder
QueryTraverser.newQueryTraverser()
QueryTraverser.Builder.operationName
(String operationName) specify the operation if a document is traversed and there are more than one operation.Specify the root node for the traversal.QueryTraverser.Builder.rootParentType
(GraphQLCompositeType rootParentType) The type of the parent of the root node.QueryTraverser.Builder.schema
(GraphQLSchema schema) The schema used to identify the types of the query.Raw variables used in the query.