Value

sangria.ast.Value
sealed trait Value extends AstNode, WithComments

A value that can be substituted into a GraphQL operation variable.

Called "input values" in the GraphQL spec. Input values can be scalars, enumeration values, lists, objects, or null values.

Attributes

See also
Graph
Supertypes
trait WithComments
trait AstNode
class Object
trait Matchable
class Any
Known subtypes
class EnumValue
class ListValue
class NullValue
class ObjectValue
trait ScalarValue
class BigIntValue
class BooleanValue
class FloatValue
class IntValue
class StringValue
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
AstNode

Inherited and Abstract methods

Attributes

Inherited from:
WithComments

Location at which this node lexically begins in the GraphQL request source code.

Location at which this node lexically begins in the GraphQL request source code.

Attributes

Inherited from:
AstNode