Result

sangria.execution.Resolver.Result
case class Result(errors: ErrorRegistry, value: Option[Any], userContext: Option[Ctx]) extends Resolve

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Resolve
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addToMap(other: Result, key: String, optional: Boolean, path: ExecutionPath, position: Option[AstLocation], updatedErrors: ErrorRegistry): Result
def builderValue: Option[MapBuilder]
def nodeValue: Option[Node]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product