Uses of Interface
graphql.language.Selection
Packages that use Selection
-
Uses of Selection in graphql.language
Classes in graphql.language with type parameters of type SelectionClasses in graphql.language that implement SelectionFields in graphql.language with type parameters of type SelectionModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<Selection> SelectionSet.Builder.selections
private final com.google.common.collect.ImmutableList
<Selection> SelectionSet.selections
Methods in graphql.language with type parameters of type SelectionModifier and TypeMethodDescriptionSelectionSet.getSelectionsOfType
(Class<T> selectionClass) Returns a list of selections of the specific type.Methods in graphql.language that return types with arguments of type SelectionModifier and TypeMethodDescriptionprivate Comparator
<Selection> AstSorter.comparingSelections()
SelectionSet.getSelections()
Methods in graphql.language with parameters of type SelectionModifier and TypeMethodDescriptionprotected TraversalControl
NodeVisitorStub.visitSelection
(Selection<?> node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type SelectionModifier and TypeMethodDescriptionstatic SelectionSet.Builder
SelectionSet.newSelectionSet
(Collection<? extends Selection> selections) SelectionSet.Builder.selections
(Collection<? extends Selection> selections) Constructor parameters in graphql.language with type arguments of type SelectionModifierConstructorDescriptionSelectionSet
(Collection<? extends Selection> selections) alternative to using a Builder for convenienceprotected
SelectionSet
(Collection<? extends Selection> selections, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of Selection in graphql.normalized
Methods in graphql.normalized that return types with arguments of type SelectionModifier and TypeMethodDescriptionExecutableNormalizedOperationToAstCompiler.subselectionsForNormalizedField
(GraphQLSchema schema, @NotNull String parentOutputType, List<ExecutableNormalizedField> executableNormalizedFields, @NotNull Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator) Method parameters in graphql.normalized with type arguments of type SelectionModifier and TypeMethodDescriptionprivate static @Nullable SelectionSet
ExecutableNormalizedOperationToAstCompiler.selectionSetOrNullIfEmpty
(List<Selection<?>> selections) -
Uses of Selection in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type SelectionModifier and TypeMethodDescriptionprivate boolean
SubscriptionUniqueRootField.isIntrospectionField
(Selection selection)