RootMapping

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class ValueRoot

Value members

Abstract methods

def cursor(query: Query, env: Env, resultName: Option[String]): Stream[F, Result[(Query, Cursor)]]

Concrete methods

final def run(query: Query, env: Env, resultName: Option[String]): Stream[F, Result[(Query, Cursor)]]

Run this RootMapping's mutation, if any, then construct and return the result cursor along with the [possibly updated] query.

Run this RootMapping's mutation, if any, then construct and return the result cursor along with the [possibly updated] query.

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
FieldMapping
def pos: SourcePos
Inherited from:
FieldMapping
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product