Uses of Class
graphql.language.InlineFragment
Packages that use InlineFragment
Package
Description
-
Uses of InlineFragment in graphql.analysis
Fields in graphql.analysis declared as InlineFragmentModifier and TypeFieldDescriptionprivate final InlineFragmentQueryVisitorInlineFragmentEnvironmentImpl.inlineFragmentMethods in graphql.analysis that return InlineFragmentModifier and TypeMethodDescriptionQueryVisitorInlineFragmentEnvironment.getInlineFragment()QueryVisitorInlineFragmentEnvironmentImpl.getInlineFragment()Methods in graphql.analysis with parameters of type InlineFragmentModifier and TypeMethodDescriptionNodeVisitorWithTypeTracking.visitInlineFragment(InlineFragment inlineFragment, TraverserContext<Node> context) Constructors in graphql.analysis with parameters of type InlineFragmentModifierConstructorDescriptionQueryVisitorInlineFragmentEnvironmentImpl(InlineFragment inlineFragment, TraverserContext<Node> traverserContext, GraphQLSchema schema) -
Uses of InlineFragment in graphql.execution
Methods in graphql.execution with parameters of type InlineFragmentModifier and TypeMethodDescriptionprivate voidFieldCollector.collectInlineFragment(FieldCollectorParameters parameters, Set<String> visitedFragments, Map<String, MergedField> fields, InlineFragment inlineFragment) private booleanFieldCollector.doesFragmentConditionMatch(FieldCollectorParameters parameters, InlineFragment inlineFragment) -
Uses of InlineFragment in graphql.language
Methods in graphql.language that return InlineFragmentModifier and TypeMethodDescriptionInlineFragment.Builder.build()InlineFragment.deepCopy()InlineFragment.transform(Consumer<InlineFragment.Builder> builderConsumer) InlineFragment.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type InlineFragmentModifier and TypeMethodDescriptionprivate AstPrinter.NodePrinter<InlineFragment> AstPrinter.inlineFragment()Methods in graphql.language with parameters of type InlineFragmentModifier and TypeMethodDescriptionNodeVisitor.visitInlineFragment(InlineFragment node, TraverserContext<Node> data) NodeVisitorStub.visitInlineFragment(InlineFragment node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type InlineFragment -
Uses of InlineFragment in graphql.normalized
Methods in graphql.normalized with parameters of type InlineFragmentModifier and TypeMethodDescriptionprivate voidExecutableNormalizedOperationFactory.collectInlineFragment(FieldCollectorNormalizedQueryParams parameters, List<ExecutableNormalizedOperationFactory.CollectedField> result, InlineFragment inlineFragment, Set<GraphQLObjectType> possibleObjects, GraphQLCompositeType astTypeCondition) -
Uses of InlineFragment in graphql.parser
Methods in graphql.parser that return InlineFragmentModifier and TypeMethodDescriptionprotected InlineFragmentGraphqlAntlrToLanguage.createInlineFragment(GraphqlParser.InlineFragmentContext ctx) -
Uses of InlineFragment in graphql.validation
Methods in graphql.validation with parameters of type InlineFragmentModifier and TypeMethodDescriptionvoidAbstractRule.checkInlineFragment(InlineFragment inlineFragment) private voidRulesVisitor.checkInlineFragment(InlineFragment node) private voidTraversalContext.enterImpl(InlineFragment inlineFragment) -
Uses of InlineFragment in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type InlineFragmentModifier and TypeMethodDescriptionvoidFragmentsOnCompositeType.checkInlineFragment(InlineFragment inlineFragment) voidPossibleFragmentSpreads.checkInlineFragment(InlineFragment inlineFragment) voidUniqueDirectiveNamesPerLocation.checkInlineFragment(InlineFragment inlineFragment) private voidOverlappingFieldsCanBeMerged.collectFieldsForInlineFragment(Map<String, Set<OverlappingFieldsCanBeMerged.FieldAndType>> fieldMap, Set<String> visitedFragmentSpreads, GraphQLType parentType, InlineFragment inlineFragment) private GraphQLTypeOverlappingFieldsCanBeMerged.getGraphQLTypeForInlineFragment(GraphQLType parentType, InlineFragment inlineFragment)