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 InlineFragmentQueryVisitorInlineFragmentEnvironmentImpl. inlineFragmentMethods in graphql.analysis that return InlineFragment Modifier and Type Method Description InlineFragmentQueryVisitorInlineFragmentEnvironment. getInlineFragment()InlineFragmentQueryVisitorInlineFragmentEnvironmentImpl. getInlineFragment()Methods in graphql.analysis with parameters of type InlineFragment Modifier and Type Method Description TraversalControlNodeVisitorWithTypeTracking. 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 voidFieldCollector. collectInlineFragment(FieldCollectorParameters parameters, java.util.Set<java.lang.String> visitedFragments, java.util.Map<java.lang.String,MergedField> fields, InlineFragment inlineFragment)private booleanFieldCollector. doesFragmentConditionMatch(FieldCollectorParameters parameters, InlineFragment inlineFragment) -
Uses of InlineFragment in graphql.language
Methods in graphql.language that return InlineFragment Modifier and Type Method Description InlineFragmentInlineFragment.Builder. build()InlineFragmentInlineFragment. deepCopy()InlineFragmentInlineFragment. transform(java.util.function.Consumer<InlineFragment.Builder> builderConsumer)InlineFragmentInlineFragment. 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 TraversalControlNodeVisitor. visitInlineFragment(InlineFragment node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. 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 voidExecutableNormalizedOperationFactory. 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 InlineFragmentGraphqlAntlrToLanguage. createInlineFragment(GraphqlParser.InlineFragmentContext ctx) -
Uses of InlineFragment in graphql.validation
Methods in graphql.validation with parameters of type InlineFragment Modifier and Type Method Description voidAbstractRule. 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 InlineFragment Modifier and Type Method Description voidFragmentsOnCompositeType. checkInlineFragment(InlineFragment inlineFragment)voidPossibleFragmentSpreads. checkInlineFragment(InlineFragment inlineFragment)voidUniqueDirectiveNamesPerLocation. checkInlineFragment(InlineFragment inlineFragment)private voidOverlappingFieldsCanBeMerged. 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 GraphQLTypeOverlappingFieldsCanBeMerged. getGraphQLTypeForInlineFragment(GraphQLType parentType, InlineFragment inlineFragment)
-