Package | Description |
---|---|
graphql.language |
Modifier and Type | Interface and Description |
---|---|
interface |
Selection<T extends Selection> |
Modifier and Type | Class and Description |
---|---|
class |
Field |
class |
FragmentSpread |
class |
InlineFragment |
Modifier and Type | Method and Description |
---|---|
List<Selection> |
SelectionSet.getSelections() |
Modifier and Type | Method and Description |
---|---|
SelectionSet.Builder |
SelectionSet.Builder.selection(Selection selection) |
protected TraversalControl |
NodeVisitorStub.visitSelection(Selection<?> node,
TraverserContext<Node> context) |
Modifier and Type | Method and Description |
---|---|
static SelectionSet.Builder |
SelectionSet.newSelectionSet(Collection<? extends Selection> selections) |
SelectionSet.Builder |
SelectionSet.Builder.selections(Collection<? extends Selection> selections) |
Constructor and Description |
---|
SelectionSet(Collection<? extends Selection> selections)
alternative to using a Builder for convenience
|
SelectionSet(Collection<? extends Selection> selections,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Copyright © 2019. All rights reserved.