DynamicDirectiveResolver

sangria.schema.DynamicDirectiveResolver
case class DynamicDirectiveResolver[Ctx, T](directiveName: String, resolve: DynamicDirectiveContext[Ctx, T] => Action[Ctx, Any], complexity: Option[ComplexityDynamicDirectiveContext[Ctx, T] => (Ctx, Args, Double) => Double])(implicit marshaller: ResultMarshallerForType[T]) extends AstSchemaResolver[Ctx]

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Implicits

Implicits

implicit val marshaller: ResultMarshallerForType[T]