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 interface
Selection<T extends Selection<T>>
Classes in graphql.language that implement Selection Modifier and Type Class Description class
Field
class
FragmentSpread
class
InlineFragment
Fields in graphql.language with type parameters of type Selection Modifier and Type Field Description private com.google.common.collect.ImmutableList<Selection>
SelectionSet.Builder. selections
private com.google.common.collect.ImmutableList<Selection>
SelectionSet. selections
Methods 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.Builder
SelectionSet.Builder. selection(Selection selection)
protected TraversalControl
NodeVisitorStub. visitSelection(Selection<?> node, TraverserContext<Node> context)
Method parameters in graphql.language with type arguments of type Selection Modifier and Type Method Description static SelectionSet.Builder
SelectionSet. newSelectionSet(java.util.Collection<? extends Selection> selections)
SelectionSet.Builder
SelectionSet.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 SelectionSet
ExecutableNormalizedOperationToAstCompiler. 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 boolean
SubscriptionUniqueRootField. isIntrospectionField(Selection selection)
-