RootMapping

trait RootMapping extends FieldMapping
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

def hidden: Boolean
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
def fieldName: String
Inherited from
FieldMapping
def pos: SourcePos
Inherited from
FieldMapping
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product