EvalState

gql.server.interpreter.EvalState
See theEvalState companion object
final case class EvalState[F[_]](values: Option[List[Entry[F, _]]], ps: ProduceConsume[F])

Attributes

Companion
object
Source
EvalContext.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product