GenericDynamicDirectiveResolver

sangria.schema.GenericDynamicDirectiveResolver
case class GenericDynamicDirectiveResolver[T, A](directiveName: String, locations: Set[Value], resolve: GenericDynamicDirectiveContext[A] => Option[T])(implicit marshaller: ResultMarshallerForType[A]) extends AstSchemaGenericResolver[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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[A]