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 InlineFragment
QueryVisitorInlineFragmentEnvironmentImpl.inlineFragment
Methods 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 void
FieldCollector.collectInlineFragment
(FieldCollectorParameters parameters, Set<String> visitedFragments, Map<String, MergedField> fields, InlineFragment inlineFragment) private boolean
FieldCollector.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 void
ExecutableNormalizedOperationFactory.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 InlineFragment
GraphqlAntlrToLanguage.createInlineFragment
(GraphqlParser.InlineFragmentContext ctx) -
Uses of InlineFragment in graphql.validation
Methods in graphql.validation with parameters of type InlineFragmentModifier and TypeMethodDescriptionvoid
AbstractRule.checkInlineFragment
(InlineFragment inlineFragment) private void
RulesVisitor.checkInlineFragment
(InlineFragment node) private void
TraversalContext.enterImpl
(InlineFragment inlineFragment) -
Uses of InlineFragment in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type InlineFragmentModifier and TypeMethodDescriptionvoid
FragmentsOnCompositeType.checkInlineFragment
(InlineFragment inlineFragment) void
PossibleFragmentSpreads.checkInlineFragment
(InlineFragment inlineFragment) void
UniqueDirectiveNamesPerLocation.checkInlineFragment
(InlineFragment inlineFragment) private void
OverlappingFieldsCanBeMerged.collectFieldsForInlineFragment
(Map<String, Set<OverlappingFieldsCanBeMerged.FieldAndType>> fieldMap, Set<String> visitedFragmentSpreads, GraphQLType parentType, InlineFragment inlineFragment) private GraphQLType
OverlappingFieldsCanBeMerged.getGraphQLTypeForInlineFragment
(GraphQLType parentType, InlineFragment inlineFragment)