Uses of Interface
graphql.language.Selection
-
Packages that use Selection Package Description graphql.language graphql.normalized graphql.validation.rules -
-
Uses of Selection in graphql.language
Classes in graphql.language with type parameters of type Selection Modifier and Type Interface Description interfaceSelection<T extends Selection<T>>Classes in graphql.language that implement Selection Modifier and Type Class Description classFieldclassFragmentSpreadclassInlineFragmentFields in graphql.language with type parameters of type Selection Modifier and Type Field Description private com.google.common.collect.ImmutableList<Selection>SelectionSet.Builder. selectionsprivate com.google.common.collect.ImmutableList<Selection>SelectionSet. selectionsMethods in graphql.language with type parameters of type Selection Modifier and Type Method Description <T extends Selection>
java.util.List<T>SelectionSet. getSelectionsOfType(java.lang.Class<T> selectionClass)Returns a list of selections of the specific type.Methods in graphql.language that return types with arguments of type Selection Modifier and Type Method Description private java.util.Comparator<Selection>AstSorter. comparingSelections()java.util.List<Selection>SelectionSet. getSelections()Methods in graphql.language with parameters of type Selection Modifier and Type Method Description SelectionSet.BuilderSelectionSet.Builder. selection(Selection selection)protected TraversalControlNodeVisitorStub. visitSelection(Selection<?> node, TraverserContext<Node> context)Method parameters in graphql.language with type arguments of type Selection Modifier and Type Method Description static SelectionSet.BuilderSelectionSet. newSelectionSet(java.util.Collection<? extends Selection> selections)SelectionSet.BuilderSelectionSet.Builder. selections(java.util.Collection<? extends Selection> selections)Constructor parameters in graphql.language with type arguments of type Selection Constructor Description SelectionSet(java.util.Collection<? extends Selection> selections)alternative to using a Builder for convenienceSelectionSet(java.util.Collection<? extends Selection> selections, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData) -
Uses of Selection in graphql.normalized
Methods in graphql.normalized that return types with arguments of type Selection Modifier and Type Method Description private static java.util.List<Selection<?>>ExecutableNormalizedOperationToAstCompiler. subselectionsForNormalizedField(GraphQLSchema schema, @NotNull java.lang.String parentOutputType, java.util.List<ExecutableNormalizedField> executableNormalizedFields, @NotNull java.util.Map<ExecutableNormalizedField,QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator)Method parameters in graphql.normalized with type arguments of type Selection Modifier and Type Method Description private static @Nullable SelectionSetExecutableNormalizedOperationToAstCompiler. selectionSetOrNullIfEmpty(java.util.List<Selection<?>> selections) -
Uses of Selection in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type Selection Modifier and Type Method Description private booleanSubscriptionUniqueRootField. isIntrospectionField(Selection selection)
-