ListType

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Type

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product