ListType

sangria.schema.ListType
case class ListType[T](ofType: OutputType[T]) extends OutputType[Iterable[T]], NullableType

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NullableType
trait OutputType[Iterable[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