ScalarDecoder

caliban.client.ScalarDecoder
See theScalarDecoder companion object
trait ScalarDecoder[+A]

Typeclass that defines how to decode a scalar from a GraphQL response into a proper value of type A.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def decode(value: `__Value`): Either[DecodingError, A]