Uses of Class
graphql.language.FragmentSpread
Packages that use FragmentSpread
Package
Description
-
Uses of FragmentSpread in graphql.analysis
Fields in graphql.analysis declared as FragmentSpreadModifier and TypeFieldDescriptionprivate final FragmentSpreadQueryVisitorFragmentSpreadEnvironmentImpl.fragmentSpreadMethods in graphql.analysis that return FragmentSpreadModifier and TypeMethodDescriptionQueryVisitorFragmentSpreadEnvironment.getFragmentSpread()QueryVisitorFragmentSpreadEnvironmentImpl.getFragmentSpread()Methods in graphql.analysis with parameters of type FragmentSpreadModifier and TypeMethodDescriptionNodeVisitorWithTypeTracking.visitFragmentSpread(FragmentSpread fragmentSpread, TraverserContext<Node> context) Constructors in graphql.analysis with parameters of type FragmentSpreadModifierConstructorDescriptionQueryVisitorFragmentSpreadEnvironmentImpl(FragmentSpread fragmentSpread, FragmentDefinition fragmentDefinition, TraverserContext<Node> traverserContext, GraphQLSchema schema) -
Uses of FragmentSpread in graphql.execution
Methods in graphql.execution with parameters of type FragmentSpreadModifier and TypeMethodDescriptionprivate voidFieldCollector.collectFragmentSpread(FieldCollectorParameters parameters, Set<String> visitedFragments, Map<String, MergedField> fields, FragmentSpread fragmentSpread) -
Uses of FragmentSpread in graphql.language
Subclasses with type arguments of type FragmentSpread in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type FragmentSpreadMethods in graphql.language that return FragmentSpreadModifier and TypeMethodDescriptionFragmentSpread.Builder.build()FragmentSpread.deepCopy()FragmentSpread.transform(Consumer<FragmentSpread.Builder> builderConsumer) FragmentSpread.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type FragmentSpreadModifier and TypeMethodDescriptionprivate AstPrinter.NodePrinter<FragmentSpread> AstPrinter.fragmentSpread()Methods in graphql.language with parameters of type FragmentSpreadModifier and TypeMethodDescriptionNodeVisitor.visitFragmentSpread(FragmentSpread node, TraverserContext<Node> data) NodeVisitorStub.visitFragmentSpread(FragmentSpread node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type FragmentSpread -
Uses of FragmentSpread in graphql.normalized
Methods in graphql.normalized with parameters of type FragmentSpreadModifier and TypeMethodDescriptionprivate voidExecutableNormalizedOperationFactory.collectFragmentSpread(FieldCollectorNormalizedQueryParams parameters, List<ExecutableNormalizedOperationFactory.CollectedField> result, FragmentSpread fragmentSpread, Set<GraphQLObjectType> possibleObjects) -
Uses of FragmentSpread in graphql.parser
Methods in graphql.parser that return FragmentSpreadModifier and TypeMethodDescriptionprotected FragmentSpreadGraphqlAntlrToLanguage.createFragmentSpread(GraphqlParser.FragmentSpreadContext ctx) -
Uses of FragmentSpread in graphql.validation
Methods in graphql.validation with parameters of type FragmentSpreadModifier and TypeMethodDescriptionvoidAbstractRule.checkFragmentSpread(FragmentSpread fragmentSpread) private voidRulesVisitor.checkFragmentSpread(FragmentSpread node, List<Node> ancestors) -
Uses of FragmentSpread in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type FragmentSpreadModifier and TypeMethodDescriptionvoidKnownFragmentNames.checkFragmentSpread(FragmentSpread fragmentSpread) voidNoUnusedFragments.checkFragmentSpread(FragmentSpread fragmentSpread) voidPossibleFragmentSpreads.checkFragmentSpread(FragmentSpread fragmentSpread) voidUniqueDirectiveNamesPerLocation.checkFragmentSpread(FragmentSpread fragmentSpread) private voidOverlappingFieldsCanBeMerged.collectFieldsForFragmentSpread(Map<String, Set<OverlappingFieldsCanBeMerged.FieldAndType>> fieldMap, Set<String> visitedFragmentSpreads, FragmentSpread fragmentSpread)