Uses of Class
graphql.analysis.QueryTransformer.Builder
Packages that use QueryTransformer.Builder
-
Uses of QueryTransformer.Builder in graphql.analysis
Methods in graphql.analysis that return QueryTransformer.BuilderModifier and TypeMethodDescriptionQueryTransformer.Builder.fragmentsByName(Map<String, FragmentDefinition> fragmentsByName) Fragment by name map.static QueryTransformer.BuilderQueryTransformer.newQueryTransformer()Specify the root node for the transformation.QueryTransformer.Builder.rootParentType(GraphQLCompositeType rootParentType) The type of the parent of the root node.QueryTransformer.Builder.schema(GraphQLSchema schema) The schema used to identify the types of the query.Variables used in the query.