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
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

Implicits

Implicits

implicit val marshaller: ResultMarshallerForType[T]