ObjectValue

gql.parser.Value$.ObjectValue
final case class ObjectValue[+V <: AnyValue](v: List[(String, 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