OptionInputType

sangria.schema.OptionInputType
case class OptionInputType[T](ofType: InputType[T]) extends InputType[Option[T]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait InputType[Option[T]]
trait Type
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
InputType

Attributes

Inherited from:
Type

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val isList: Boolean

Attributes

Inherited from:
InputType
lazy val isNamed: Boolean

Attributes

Inherited from:
InputType

Attributes

Inherited from:
InputType

Attributes

Inherited from:
InputType