GenericDirectiveResolver

sangria.schema.GenericDirectiveResolver
case class GenericDirectiveResolver[T](directive: Directive, locations: Set[Value], resolve: GenericDirectiveContext => Option[T]) extends AstSchemaGenericResolver[T]

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product