ArgumentTypeLowPrio

sangria.schema.ArgumentTypeLowPrio

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ArgumentType.type

Members list

Implicits

Implicits

implicit def optionArgTpe[T]: ArgumentType[Option[T]] { type Res = T; }

Inherited implicits

implicit def defaultArgTpe[T]: ArgumentType[T] { type Res = T; }

Attributes

Inherited from:
ArgumentTypeLowestPrio