WithoutInputTypeTags

sangria.schema.WithoutInputTypeTags
See theWithoutInputTypeTags companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Implicits

implicit def coercedArgTpe[T]: WithoutInputTypeTags[T @@ CoercedScalaResult] { type Res = T; }
implicit def coercedOptArgTpe[T]: WithoutInputTypeTags[Option[T @@ CoercedScalaResult]] { type Res = Option[T]; }
implicit def coercedOptSeqArgTpe[T]: WithoutInputTypeTags[Option[Seq[T @@ CoercedScalaResult]]] { type Res = Option[Seq[T]]; }
implicit def coercedOptSeqOptArgTpe[T]: WithoutInputTypeTags[Option[Seq[Option[T @@ CoercedScalaResult]]]] { type Res = Option[Seq[Option[T]]]; }
implicit def coercedSeqOptArgTpe[T]: WithoutInputTypeTags[Seq[Option[T @@ CoercedScalaResult]]] { type Res = Seq[Option[T]]; }
implicit def ioArgTpe[T]: WithoutInputTypeTags[T @@ InputObjectResult] { type Res = T; }
implicit def ioOptArgTpe[T]: WithoutInputTypeTags[Option[T @@ InputObjectResult]] { type Res = Option[T]; }
implicit def ioOptSeqArgTpe[T]: WithoutInputTypeTags[Option[Seq[T @@ InputObjectResult]]] { type Res = Option[Seq[T]]; }
implicit def ioOptSeqOptArgTpe[T]: WithoutInputTypeTags[Option[Seq[Option[T @@ InputObjectResult]]]] { type Res = Option[Seq[Option[T]]]; }
implicit def ioSeqOptArgTpe[T]: WithoutInputTypeTags[Seq[Option[T @@ InputObjectResult]]] { type Res = Seq[Option[T]]; }

Inherited implicits

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

Attributes

Inherited from:
WithoutInputTypeTagsLowPrio