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 FragmentSpread
QueryVisitorFragmentSpreadEnvironmentImpl.fragmentSpread
Methods 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 void
FieldCollector.collectFragmentSpread
(FieldCollectorParameters parameters, Set<String> visitedFragments, Map<String, MergedField> fields, FragmentSpread fragmentSpread) -
Uses of FragmentSpread in graphql.language
Methods 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 void
ExecutableNormalizedOperationFactory.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 FragmentSpread
GraphqlAntlrToLanguage.createFragmentSpread
(GraphqlParser.FragmentSpreadContext ctx) -
Uses of FragmentSpread in graphql.validation
Methods in graphql.validation with parameters of type FragmentSpreadModifier and TypeMethodDescriptionvoid
AbstractRule.checkFragmentSpread
(FragmentSpread fragmentSpread) private void
RulesVisitor.checkFragmentSpread
(FragmentSpread node, List<Node> ancestors) -
Uses of FragmentSpread in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type FragmentSpreadModifier and TypeMethodDescriptionvoid
KnownFragmentNames.checkFragmentSpread
(FragmentSpread fragmentSpread) void
NoUnusedFragments.checkFragmentSpread
(FragmentSpread fragmentSpread) void
PossibleFragmentSpreads.checkFragmentSpread
(FragmentSpread fragmentSpread) void
UniqueDirectiveNamesPerLocation.checkFragmentSpread
(FragmentSpread fragmentSpread) private void
OverlappingFieldsCanBeMerged.collectFieldsForFragmentSpread
(Map<String, Set<OverlappingFieldsCanBeMerged.FieldAndType>> fieldMap, Set<String> visitedFragmentSpreads, FragmentSpread fragmentSpread)