Uses of Class
graphql.language.InlineFragment
-
Packages that use InlineFragment Package Description graphql.analysis graphql.execution graphql.language graphql.normalized graphql.parser graphql.validation graphql.validation.rules -
-
Uses of InlineFragment in graphql.analysis
Fields in graphql.analysis declared as InlineFragment Modifier and Type Field Description private InlineFragment
QueryVisitorInlineFragmentEnvironmentImpl. inlineFragment
Methods in graphql.analysis that return InlineFragment Modifier and Type Method Description InlineFragment
QueryVisitorInlineFragmentEnvironment. getInlineFragment()
InlineFragment
QueryVisitorInlineFragmentEnvironmentImpl. getInlineFragment()
Methods in graphql.analysis with parameters of type InlineFragment Modifier and Type Method Description TraversalControl
NodeVisitorWithTypeTracking. visitInlineFragment(InlineFragment inlineFragment, TraverserContext<Node> context)
Constructors in graphql.analysis with parameters of type InlineFragment Constructor Description QueryVisitorInlineFragmentEnvironmentImpl(InlineFragment inlineFragment, TraverserContext<Node> traverserContext, GraphQLSchema schema)
-
Uses of InlineFragment in graphql.execution
Methods in graphql.execution with parameters of type InlineFragment Modifier and Type Method Description private void
FieldCollector. collectInlineFragment(FieldCollectorParameters parameters, java.util.Set<java.lang.String> visitedFragments, java.util.Map<java.lang.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 InlineFragment Modifier and Type Method Description InlineFragment
InlineFragment.Builder. build()
InlineFragment
InlineFragment. deepCopy()
InlineFragment
InlineFragment. transform(java.util.function.Consumer<InlineFragment.Builder> builderConsumer)
InlineFragment
InlineFragment. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language that return types with arguments of type InlineFragment Modifier and Type Method Description private AstPrinter.NodePrinter<InlineFragment>
AstPrinter. inlineFragment()
Methods in graphql.language with parameters of type InlineFragment Modifier and Type Method Description TraversalControl
NodeVisitor. visitInlineFragment(InlineFragment node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitInlineFragment(InlineFragment node, TraverserContext<Node> context)
Constructors in graphql.language with parameters of type InlineFragment Constructor Description Builder(InlineFragment existing)
-
Uses of InlineFragment in graphql.normalized
Methods in graphql.normalized with parameters of type InlineFragment Modifier and Type Method Description private void
ExecutableNormalizedOperationFactory. collectInlineFragment(FieldCollectorNormalizedQueryParams parameters, java.util.List<ExecutableNormalizedOperationFactory.CollectedField> result, InlineFragment inlineFragment, java.util.Set<GraphQLObjectType> possibleObjects, GraphQLCompositeType astTypeCondition)
-
Uses of InlineFragment in graphql.parser
Methods in graphql.parser that return InlineFragment Modifier and Type Method Description protected InlineFragment
GraphqlAntlrToLanguage. createInlineFragment(GraphqlParser.InlineFragmentContext ctx)
-
Uses of InlineFragment in graphql.validation
Methods in graphql.validation with parameters of type InlineFragment Modifier and Type Method Description void
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 InlineFragment Modifier and Type Method Description void
FragmentsOnCompositeType. checkInlineFragment(InlineFragment inlineFragment)
void
PossibleFragmentSpreads. checkInlineFragment(InlineFragment inlineFragment)
void
UniqueDirectiveNamesPerLocation. checkInlineFragment(InlineFragment inlineFragment)
private void
OverlappingFieldsCanBeMerged. collectFieldsForInlineFragment(java.util.Map<java.lang.String,java.util.Set<OverlappingFieldsCanBeMerged.FieldAndType>> fieldMap, java.util.Set<java.lang.String> visitedFragmentSpreads, GraphQLType parentType, InlineFragment inlineFragment)
private GraphQLType
OverlappingFieldsCanBeMerged. getGraphQLTypeForInlineFragment(GraphQLType parentType, InlineFragment inlineFragment)
-