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 SelectionMethods 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 SelectionMethods in graphql.language with parameters of type SelectionModifier and TypeMethodDescriptionprotected TraversalControlNodeVisitorStub.visitSelection(Selection<?> node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type SelectionModifier and TypeMethodDescriptionstatic SelectionSet.BuilderSelectionSet.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 convenienceprotectedSelectionSet(Collection<? extends Selection> selections, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData)