Package graphql.language
Interface ScalarValue<T extends Value>
-
- All Known Implementing Classes:
BooleanValue
,FloatValue
,IntValue
,StringValue
@PublicApi public interface ScalarValue<T extends Value> extends Value<T>
-
-
Method Summary
-
Methods inherited from interface graphql.language.Node
accept, deepCopy, getAdditionalData, getChildren, getComments, getIgnoredChars, getNamedChildren, getSourceLocation, isEqualTo, withNewChildren
-
-