ValueRoot

object ValueRoot
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(fieldName: String, root: Any, mutation: Mutation)(implicit pos: SourcePos): ValueRoot
def liftF(fieldName: String, root: F[Any], mutation: Mutation)(implicit pos: SourcePos): ValueRoot

Construct a ValueRoot with computed value root.

Construct a ValueRoot with computed value root.

def pure(fieldName: String, root: Any, mutation: Mutation)(implicit pos: SourcePos): ValueRoot

Construct a ValueRoot with constant value root.

Construct a ValueRoot with constant value root.