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
- Known subtypes
-
class EnumValueclass ListValueclass NullValueclass ObjectValuetrait ScalarValueclass BigDecimalValueclass BigIntValueclass BooleanValueclass FloatValueclass IntValueclass StringValueclass VariableValue
Members list
In this article