Package graphql.language
Interface Selection<T extends Selection<T>>
-
- All Superinterfaces:
Node<T>
,java.io.Serializable
- All Known Implementing Classes:
Field
,FragmentSpread
,InlineFragment
@PublicApi public interface Selection<T extends Selection<T>> extends Node<T>
-
-
Method Summary
-
Methods inherited from interface graphql.language.Node
accept, deepCopy, getAdditionalData, getChildren, getComments, getIgnoredChars, getNamedChildren, getSourceLocation, isEqualTo, withNewChildren
-
-