Package graphql.language
Interface SelectionSetContainer<T extends Node>
-
- All Superinterfaces:
Node<T>,java.io.Serializable
- All Known Implementing Classes:
Field,FragmentDefinition,InlineFragment,OperationDefinition
@PublicApi public interface SelectionSetContainer<T extends Node> extends Node<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectionSetgetSelectionSet()-
Methods inherited from interface graphql.language.Node
accept, deepCopy, getAdditionalData, getChildren, getComments, getIgnoredChars, getNamedChildren, getSourceLocation, isEqualTo, withNewChildren
-
-
-
-
Method Detail
-
getSelectionSet
SelectionSet getSelectionSet()
-
-