FieldResolver

sangria.schema.FieldResolver
See theFieldResolver companion object
case class FieldResolver[Ctx](resolve: PartialFunction[(Either[TypeDefinition, ObjectLikeType[Ctx, _]], FieldDefinition), Context[Ctx, _] => Action[Ctx, Any]], complexity: PartialFunction[(Either[TypeDefinition, ObjectLikeType[Ctx, _]], FieldDefinition), (Ctx, Args, Double) => Double]) extends AstSchemaResolver[Ctx]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AstSchemaResolver[Ctx]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product