OptionType

sangria.schema.OptionType
case class OptionType[T](ofType: OutputType[T]) extends OutputType[Option[T]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OutputType[Option[T]]
trait Type
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Type

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product