ListOf

caliban.client.FieldBuilder.ListOf
case class ListOf[A](builder: FieldBuilder[A]) extends FieldBuilder[List[A]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FieldBuilder[List[A]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def fromGraphQL(value: `__Value`): Either[DecodingError, List[A]]

Parses a GraphQL response into a value of type A, or fail with a DecodingError.

Parses a GraphQL response into a value of type A, or fail with a DecodingError.

Attributes

Definition Classes
override def toSelectionSet: List[Selection]

Returns a selection set from this field builder

Returns a selection set from this field builder

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product