ListInputType

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NullableType
trait InputType[Seq[T]]
trait Type
class Object
trait Matchable
class Any
Show all

Members list

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
lazy val isOptional: Boolean

Attributes

Inherited from:
InputType
lazy val nonOptionalType: InputType[_]

Attributes

Inherited from:
InputType