ListInputType

sangria.schema.ListInputType
case class ListInputType[T](ofType: InputType[T]) extends InputType[Seq[T]] with NullableType

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait InputType[Seq[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