public static final class SelectionSet.Builder extends java.lang.Object implements NodeBuilder
| Modifier and Type | Method and Description |
|---|---|
SelectionSet |
build() |
SelectionSet.Builder |
comments(java.util.List<Comment> comments) |
SelectionSet.Builder |
selections(java.util.List<Selection> selections) |
SelectionSet.Builder |
sourceLocation(SourceLocation sourceLocation) |
public SelectionSet.Builder selections(java.util.List<Selection> selections)
public SelectionSet.Builder sourceLocation(SourceLocation sourceLocation)
sourceLocation in interface NodeBuilderpublic SelectionSet.Builder comments(java.util.List<Comment> comments)
comments in interface NodeBuilderpublic SelectionSet build()