Uses of Class
graphql.language.FragmentSpread
Packages that use FragmentSpread
Package
Description
-
Uses of FragmentSpread in graphql.analysis
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.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 with parameters of type FragmentSpreadModifier and TypeMethodDescriptionNodeVisitor.visitFragmentSpread(FragmentSpread node, TraverserContext<Node> data) NodeVisitorStub.visitFragmentSpread(FragmentSpread node, TraverserContext<Node> context) -
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) -
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)