Package graphql.language
Interface Value<T extends Value>
- All Superinterfaces:
Node<T>,Serializable
- All Known Subinterfaces:
ScalarValue<T>
- All Known Implementing Classes:
ArrayValue,BooleanValue,EnumValue,FloatValue,IntValue,NullValue,ObjectValue,StringValue,VariableReference
-
Method Summary
Methods inherited from interface graphql.language.Node
accept, deepCopy, getAdditionalData, getChildren, getComments, getIgnoredChars, getNamedChildren, getSourceLocation, isEqualTo, withNewChildren