ListValue

gql.parser.Value$.ListValue
final case class ListValue[+V <: AnyValue](v: List[Value[V]]) extends Value[V]

Attributes

Source:
Value.scala
Graph
Supertypes
trait Value[V]
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product