FieldBuilder

trait FieldBuilder[+A]

Represents a single field that returns a result of type A.

Companion
object
class Object
trait Matchable
class Any
class ChoiceOf[A]
class ListOf[A]
object NullField
class Obj[Origin, A]
class OptionOf[A]
class Scalar[A]

Value members

Abstract methods

def fromGraphQL(value: `__Value`): Either[DecodingError, 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.

Returns a selection set from this field builder

Returns a selection set from this field builder